domain_admin |
./domain.module |
Router function to call various administration tasks |
|
1 |
domain_admin_editor_form |
./domain_admin.inc |
FormsAPI for enabling domain editors |
|
|
domain_advanced |
./domain_admin.inc |
Advanced node-type settings |
|
|
domain_advanced_form |
./domain_admin.inc |
FormsAPI |
|
1 |
domain_api |
./domain.module |
Helper function for passing hook_domainload() by reference. |
3 |
|
domain_batch |
./domain_admin.inc |
Allows for the batch update of certain elements. |
|
1 |
domain_batch_data_type |
./domain_admin.inc |
Converts a data type into a sql-safe string. |
1 |
|
domain_batch_form |
./domain_admin.inc |
Generate the form data for a batch update. |
|
1 |
domain_batch_form_submit |
./domain_admin.inc |
FormsAPI |
|
|
domain_batch_form_validate |
./domain_admin.inc |
FormsAPI |
|
|
domain_batch_list |
./domain_admin.inc |
Lists available batch updates for the domain module. |
1 |
|
domain_batch_sort |
./domain_admin.inc |
Sorting function for domain batch options. |
|
1 |
domain_batch_validate |
./domain.module |
Validate handler for hook_domainbatch() |
|
1 |
domain_block |
./domain.module |
Implement hook_block() |
|
|
domain_check_response |
./domain_admin.inc |
Checks to see if the webserver returns a valid response
for a request to a domain. |
1 |
|
domain_check_scheme |
./domain.module |
Ensure that the scheme value has not been hacked. |
2 |
|
domain_configure |
./domain_admin.inc |
Module settings and behaviors. |
|
|
domain_configure_form |
./domain_admin.inc |
FormsAPI for configuring the domain module. |
|
1 |
domain_conf_api |
domain_conf/domain_conf.module |
Retrieves elements from hook_domainconf() and formats them
as needed. |
3 |
|
domain_conf_default |
domain_conf/domain_conf.module |
Special configuration options for the main domain. |
|
1 |
domain_conf_domainbatch |
domain_conf/domain_conf.module |
Implement hook_domainbatch() |
|
|
domain_conf_domaininstall |
domain_conf/domain_conf.module |
Implement hook_domaininstall() |
|
|
domain_conf_domainlinks |
domain_conf/domain_conf.module |
Implement hook_domainlinks() |
|
|
domain_conf_domainupdate |
domain_conf/domain_conf.module |
Implement hook_domainupdate(). |
|
|
domain_conf_domainwarnings |
domain_conf/domain_conf.module |
Implement hook_domainwarnings() |
|
|
domain_conf_form_alter |
domain_conf/domain_conf.module |
Implement hook_form_alter() |
|
|
domain_conf_form_submit |
domain_conf/domain_conf.module |
FormsAPI |
|
|
domain_conf_install |
domain_conf/domain_conf.install |
Implement hook_install() |
|
|
domain_conf_menu |
domain_conf/domain_conf.module |
Implement hook_menu() |
|
|
domain_conf_page |
domain_conf/domain_conf.module |
The domain conf page callback router. |
|
1 |
domain_conf_reset |
domain_conf/domain_conf.module |
Resets configuration settings by removing the domain row from {domain_conf}. |
|
1 |
domain_conf_reset_form |
domain_conf/domain_conf.module |
FormsAPI for resetting a domain configuration. |
|
1 |
domain_conf_reset_form_submit |
domain_conf/domain_conf.module |
FormsAPI for domain_conf_reset_form. |
|
|
domain_conf_uninstall |
domain_conf/domain_conf.install |
Implement hook_uninstall() |
|
|
domain_content_admin |
domain_content/domain_content.module |
Content admin page callback. |
1 |
|
domain_content_check |
domain_content/domain_content.module |
Access checking routine for the menu and node access checks. |
2 |
|
domain_content_form |
domain_content/domain_content.module |
Rewrites node_admin_nodes() to use db_rewrite_sql(). |
|
2 |
domain_content_menu |
domain_content/domain_content.module |
Implement hook_menu() |
|
|
domain_content_node_operations |
domain_content/domain_content.module |
Implement hook_node_operations() |
|
|
domain_content_node_operations_access |
domain_content/domain_content.module |
Callback for domain_content_node_operations(). |
|
1 |
domain_content_page |
domain_content/domain_content.module |
The domain content page of menu callbacks. |
|
1 |
domain_content_update_nodes |
domain_content/domain_content.module |
FormAPI function that lets us update access rules. |
|
|
domain_content_view |
domain_content/domain_content.module |
Content administration for a specific domain.
This callback puts the user on the current domain and then
fetches the appropirate content for batch editing. |
|
1 |
domain_create |
./domain_admin.inc |
Create a new domain record |
|
|
domain_create_form |
./domain_admin.inc |
FormsAPI for creating domain records. |
|
2 |
domain_create_form_submit |
./domain_admin.inc |
FormsAPI for domain_create_form() |
|
|
domain_create_form_validate |
./domain_admin.inc |
FormsAPI for domain_create_form() |
|
|
domain_cron |
./domain.module |
Implement hook_cron() |
|
|
domain_db_rewrite_sql |
./domain.module |
Implement hook_db_rewrite_sql(). |
|
|
domain_default |
./domain.module |
Assigns the default settings to domain 0, the root domain. |
13 |
|