Version 1.41.2.3 (checked in on 2010/02/13 at 20:22:42 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_advanced_form | Implement domain_advanced_form. |
| domain_batch | Allows for the batch update of certain elements. |
| domain_batch_data_type | Converts a data type indicator into a sql-safe string. |
| domain_batch_form | Generate the form data for a batch update. |
| domain_batch_form_submit | FormsAPI for saving batch form actions. |
| domain_batch_form_validate | FormsAPI for validating batch form actions. |
| 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_configure_form_submit | Save any changes to the primary domain record. |
| domain_configure_form_validate | Validate the primary domain string. |
| domain_delete_form | Implement domain_delete_form. |
| domain_delete_form_submit | Implement domain_delete_form submit hook. |
| domain_form | FormsAPI for editing a domain record |
| domain_form_submit | Implement domain_form submit hook. |
| domain_form_validate | Implement domain_form validate hook. |
| domain_roles_form | FormsAPI to set default domain membership for each role. |
| domain_values_from_form_state | Return an array of values suitable for both create and update sql statements |
| domain_view | The main administration page, a list of active domains. |
| theme_domain_admin_users_form | FormsAPI |
| theme_domain_batch_form | FormsAPI |
| theme_domain_batch_title | Theme function for displaying batch editing. |
| theme_domain_roles_form | FormsAPI |