Version 1.30.2.1 (checked in on 2010/02/18 at 15:21:22 by agentken)
Editorial overview module.
Provides batch node editing for users with 'edit domain nodes' permission but without the 'administer nodes' permission.
@ingroup domain_content
| Name | Description |
|---|---|
| domain_content_check | Access checking routine for menu and node editing checks. |
| domain_content_domainlinks | Implement hook_domainlinks() |
| domain_content_form_alter | The multiple delete form issues a redirect in its submit function. So we must supply the proper path as a form element. |
| domain_content_menu | Implement hook_menu() |
| domain_content_menu_check | Access control for menu items. There may be another way to do this in Drupal 6. |
| domain_content_node_operations | Implement hook_node_operations() |
| domain_content_node_operations_access | Callback for domain_content_node_operations(). |
| domain_content_perm | Implement hook_perm(). |
| domain_content_theme | Implement hook_theme(). |