| admin_admin_link | Helper function which centralizes link creation for different object
types. Not actually sure if this is a good idea -- may split up. |
| admin_form_node_admin_content_alter | Implementation of hook_form_alter() for node_filter_form. |
| admin_form_system_admin_theme_settings_alter | Implementation of hook_form_alter() for system_admin_theme_settings. |
| admin_form_user_admin_account_alter | |
| admin_init | Implementation of hook_init(). |
| admin_links_cache | Static cache function which allows different parts of the page load
to add contextual admin links to different object types (nodes,
blocks, etc). They are retrieved all at once at the final "rendering"
stages. |
| admin_links_get | Get wrapper around admin_links_cache(). |
| admin_links_set | Set wrapper around admin_links_cache(). |
| admin_menu_alter | Implementation of hook_menu_alter(). |
| admin_menu_clone_items | Helper to clone portions of the menu tree to a duplicate location. |
| admin_menu_navigation_links | Generate a links array from a menu tree array. |
| admin_menu_tree | Retrieve a hierarchy of links representing select portions of the
'admin' branch of the navigation menu. |
| admin_menu_tree_links | Build a hierarchy of $links arrays suitable for theme_links() from a
menu tree. |
| admin_page_alter | Page preprocessor that runs before any others (including template_preprocess_page()).
Check the theme rebuild flag and do so if necessary. |
| admin_perm | Implementation of hook_perm(). |
| admin_preprocess_block | Implementation of hook_preprocess_block(). |
| admin_preprocess_node | Implementation of hook_preprocess_node(). |
| admin_preprocess_page | Implementation of hook_preprocess_page(). |
| admin_preprocess_views_view | Implementation of hook_preprocess_views_view(). |
| admin_system_info_alter | Implementation of hook_system_info_alter().
Throw a flag that tells us we need to reinstantiate the admin theme. |
| admin_theme | Implementation of hook_theme(). |
| admin_theme_registry_alter | Implementation of hook_theme_registry_alter(). |
| admin_views_pre_view | Implementation of hook_views_pre_view(). |
| _admin_theme_rebuild | Rebuild the admin theme entry in the database. |