| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 652 lines (20 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| admin_init() X-Ref |
| Implementation of hook_init(). |
| admin_landing_page_access($path) X-Ref |
| Menu access callback for admin landing pages. |
| admin_menu_alter(&$items) X-Ref |
| Implementation of hook_menu_alter(). |
| admin_menu_clone_items($search, $replace, $items) X-Ref |
| Helper to clone portions of the menu tree to a duplicate location. |
| admin_flush_caches() X-Ref |
| Implementation of hook_flush_caches(). |
| admin_system_info_alter(&$info, &$theme) X-Ref |
| Implementation of hook_system_info_alter(). Throw a flag that tells us we need to reinstantiate the admin theme. |
| admin_help($path, $arg) X-Ref |
| Implementation of hook_help(). |
| admin_perm() X-Ref |
| Implementation of hook_perm(). |
| admin_theme($cache, $type, $theme, $path) X-Ref |
| Implementation of hook_theme(). |
| admin_is_enabled($op = 'admin menu') X-Ref |
| Wrapper to check whether various admin features are accessible to the current user and compatible with the current theme. |
| admin_get_links($type, $object) X-Ref |
| Retrieve the admin links for a given object. |
| node_admin_link($type, $object) X-Ref |
| Implementation of hook_admin_link() on behalf of the node module. |
| block_admin_link($type, $object) X-Ref |
| Implementation of hook_admin_link() on behalf of the block module. |
| views_admin_link($type, $object) X-Ref |
| Implementation of hook_admin_link() on behalf of the views module. |
| admin_theme_registry_alter(&$theme_registry) X-Ref |
| Implementation of hook_theme_registry_alter(). |
| admin_page_alter(&$vars) X-Ref |
| Page preprocessor that runs before any others (including template_preprocess_page()). Check the theme rebuild flag and do so if necessary. |
| admin_preprocess_page(&$vars) X-Ref |
| Implementation of hook_preprocess_page(). |
| admin_preprocess_views_view(&$vars) X-Ref |
| Implementation of hook_preprocess_views_view(). |
| admin_preprocess_block(&$vars) X-Ref |
| Implementation of hook_preprocess_block(). |
| admin_preprocess_node(&$vars) X-Ref |
| Implementation of hook_preprocess_node(). |
| admin_get_menu_tree($method = 'all', $reset = FALSE) X-Ref |
| Helper for returning a selectively flattened version of the admin menu. |
| admin_menu_tree() X-Ref |
| Retrieve a hierarchy of links representing select portions of the 'admin' branch of the navigation menu. |
| admin_menu_navigation_links($tree, $admin_only = FALSE) X-Ref |
| Generate a links array from a menu tree array. |
| admin_menu_tree_links($tree, &$links, $parent = 'admin', $depth = 0) X-Ref |
| Build a hierarchy of $links arrays suitable for theme_links() from a menu tree. |
| admin_in_active_trail($path, $reset = FALSE) X-Ref |
| Checks whether an item is in the active trail. Useful when using a menu generated by menu_tree_all_data() which does not set the 'in_active_trail' flag on items. |
| _admin_theme_rebuild($force = FALSE) X-Ref |
| Rebuild the admin theme entry in the database. |
| _admin_init_theme() X-Ref |
| Initialize the admin "theme". |
| admin_navigation_primary() X-Ref |
| Generate the 1st level of navigation links under 'admin'. |
| admin_navigation_secondary() X-Ref |
| Generate the 2nd level of navigation links under 'admin/*'. |
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |