Frontend hooks in Hostmaster (Aegir) 6
Those hooks are hooks usable within contrib Drupal modules running in the Aegir frontend site.
File
- modules/
hosting/ hosting.api.php, line 7 - Hooks provided by the hosting module, and some other random ones.
Functions
Name | Location | Description |
---|---|---|
hook_allow_domain |
modules/ |
Determine if a site can be created using the specified domain. |
hook_drush_context_import |
modules/ |
Import a backend context into the corresponding frontend node. |
hook_hosting_feature |
modules/ |
Register a hosting feature with Aegir. |
hook_hosting_queues |
modules/ |
Define hosting queues. |
hook_hosting_quota_get_usage |
modules/ |
Definition of hook_hosting_quota_get_usage |
hook_hosting_quota_resource |
modules/ |
Definition of hook_hosting_quota_resource |
hook_hosting_quota_resource_render |
modules/ |
Definition of hook_hosting_quota_resource_render |
hook_hosting_servers_titles_alter |
modules/ |
Alter the servers available for selection in the frontend. |
hook_hosting_site_options_alter |
modules/ |
|
hook_hosting_TASK_OBJECT_context_options |
modules/ |
Add or change context options before a hosting task runs. |
hook_hosting_TASK_TYPE_task_rollback |
modules/ |
Perform actions when a task has failed and has been rolled back. |
hook_nodeapi_TYPE_OP |
modules/ |
Act on nodes defined by other modules. |
hook_post_hosting_TASK_TYPE_task |
modules/ |
Perform actions when a task has completed succesfully. |
hook_provision_args |
modules/ |
TODO: Remove this hook documentation? |
hosting_QUEUE_TYPE_queue |
modules/ |
Process the specified queue. |
hosting_TASK_SINGULAR_list |
modules/ |
|
hosting_TASK_SINGULAR_summary |
modules/ |
|
hosting_task_TASK_TYPE_form |
modules/ |
|
hosting_task_TASK_TYPE_form_validate |
modules/ |