domain_admin.inc

Version

1.29.2.9 (checked in on 2008/07/25 at 17:50:45 by agentken)

Description

Administration functions for the domain module.

These functions only need to be accessed from admin/build/domain, so we put them in a separate include file. @ingroup domain

Functions

Namesort iconDescription
domain_admin_editor_formFormsAPI for enabling domain editors
domain_advancedAdvanced node-type settings
domain_advanced_formFormsAPI
domain_batchAllows for the batch update of certain elements.
domain_batch_data_typeConverts a data type into a sql-safe string.
domain_batch_formGenerate the form data for a batch update.
domain_batch_form_submitFormsAPI
domain_batch_form_validateFormsAPI
domain_batch_listLists available batch updates for the domain module.
domain_batch_sortSorting function for domain batch options.
domain_check_responseChecks to see if the webserver returns a valid response for a request to a domain.
domain_configureModule settings and behaviors.
domain_configure_formFormsAPI for configuring the domain module.
domain_createCreate a new domain record
domain_create_formFormsAPI for creating domain records.
domain_create_form_submitFormsAPI for domain_create_form()
domain_create_form_validateFormsAPI for domain_create_form()
domain_deleteDelete a domain record.
domain_delete_formFormsAPI
domain_delete_form_submitFormsAPI for domain_delete_form()
domain_editEdit an existing domain record
domain_edit_formFormsAPI for editing a domain record
domain_edit_form_submitFormsAPI for domain_edit_form()
domain_edit_form_validateFormsAPI for domain_edit_form()
domain_viewThe main administration page, a list of active domains.
theme_domain_batch_formFormsAPI
theme_domain_batch_titleTheme function for displaying batch editing.