1.29.2.9 (checked in on 2008/07/25 at 17:50:45 by agentken)
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
| Name | Description |
|---|---|
| domain_admin_editor_form | FormsAPI for enabling domain editors |
| domain_advanced | Advanced node-type settings |
| domain_advanced_form | FormsAPI |
| domain_batch | Allows for the batch update of certain elements. |
| domain_batch_data_type | Converts a data type into a sql-safe string. |
| domain_batch_form | Generate the form data for a batch update. |
| domain_batch_form_submit | FormsAPI |
| domain_batch_form_validate | FormsAPI |
| domain_batch_list | Lists available batch updates for the domain module. |
| domain_batch_sort | Sorting function for domain batch options. |
| domain_check_response | Checks to see if the webserver returns a valid response for a request to a domain. |
| domain_configure | Module settings and behaviors. |
| domain_configure_form | FormsAPI for configuring the domain module. |
| domain_create | Create a new domain record |
| domain_create_form | FormsAPI for creating domain records. |
| domain_create_form_submit | FormsAPI for domain_create_form() |
| domain_create_form_validate | FormsAPI for domain_create_form() |
| domain_delete | Delete a domain record. |
| domain_delete_form | FormsAPI |
| domain_delete_form_submit | FormsAPI for domain_delete_form() |
| domain_edit | Edit an existing domain record |
| domain_edit_form | FormsAPI for editing a domain record |
| domain_edit_form_submit | FormsAPI for domain_edit_form() |
| domain_edit_form_validate | FormsAPI for domain_edit_form() |
| domain_view | The main administration page, a list of active domains. |
| theme_domain_batch_form | FormsAPI |
| theme_domain_batch_title | Theme function for displaying batch editing. |