You are here

Functions in Admin 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
admin_account_block ./admin.module My Account block. 1
admin_block ./admin.module Implementation of hook_block().
admin_block_devel includes/admin.devel.inc Devel admin block. 1
admin_block_devel_form includes/admin.devel.inc Devel admin block form. 1
admin_block_get_cache_id ./admin.module Implement our own simplified block caching. Because the Drupal core block caching system is so conservative (e.g. disabled when *any* node_access module is enabled), we roll our own solution here. Note that except for the introduction of a user 1… 1
admin_block_theme includes/admin.theme.inc Theme switcher admin block. 1
admin_block_theme_form includes/admin.theme.inc Devel admin block form. 1
admin_devel_performance_form includes/admin.devel.inc Performance "form". Actually renders placeholders that are populated post-exit via javascript. 1
admin_elements ./admin.module Implementation of hook_elements().
admin_enable ./admin.install Implementation of hook_enable().
admin_footer ./admin.module Implementation of hook_footer().
admin_get_admin_blocks ./admin.module Get wrapper around admin blocks set. 2
admin_get_default_blocks ./admin.module Get all blocks that have declared themselves visible in the admin toolbar by default. 4
admin_get_settings ./admin.module Get variable settings or fallback to defaults. 6
admin_init ./admin.module Implementation of hook_init().
admin_install ./admin.install Implementation of hook_install().
admin_landing_page_access ./admin.module Menu access callback for admin landing pages. 1
admin_menu_alter ./admin.module Implementation of hook_menu_alter().
admin_perm ./admin.module Implementation of hook_perm().
admin_preprocess_page ./admin.module Implementation of hook_preprocess_page().
admin_preprocess_pre_page ./admin.module Preprocessor that runs *before* template_preprocess_page(). 1
admin_settings_form ./admin.admin.inc System settings form for admin toolbar. 1
admin_settings_form_custom_validate ./admin.admin.inc Element validator for custom block adder. Moves values within $form_state['values'] and prevents additional variables from being saved. 1
admin_settings_form_submit ./admin.admin.inc Submit handler for admin_settings_form(). 1
admin_settings_rebuild ./admin.admin.inc Rebuild form. 1
admin_settings_rebuild_submit ./admin.admin.inc Wipe and rebuild the admin menu. 1
admin_set_admin_blocks ./admin.module Set static cache for blocks enabled for the admin toolbar. 2
admin_suppress ./admin.module Implementation of hook_suppress(). 2
admin_theme ./admin.module Implementation of hook_theme(). 2
admin_theme_registry_alter ./admin.module Implementation of hook_theme_registry_alter().
admin_uninstall ./admin.install Implementation of hook_uninstall().
admin_update_6001 ./admin.install Update 6001: Create admin menu.
admin_update_6002 ./admin.install Update 6002: Update theme namespace to 'slate' & clears out any customizations to key admin menu items.
admin_update_6003 ./admin.install Update 6003: Weight admin module.
admin_update_6201 ./admin.install Update 6201: Migrate previous permissions for "admin menu" to "use admin toolbar".
admin_update_6202 ./admin.install Update 6202: Update the format of the admin_toolbar variable.
template_preprocess_admin_panes theme/theme.inc Theme function for form API element '#type' => 'admin_panes'.
template_preprocess_admin_toolbar theme/theme.inc Preprocessor for theme('admin_toolbar').
theme_admin_drilldown_menu_item theme/theme.inc Alternative to theme_menu_item(). Ensures custom theme-level overrides of theme_menu_item() do not break markup expected by admin.
theme_admin_drilldown_menu_item_link theme/theme.inc Alternative to theme_menu_item_link().
theme_admin_drilldown_menu_tree theme/theme.inc Alternative to theme_menu_tree(). Ensures custom theme-level overrides of theme_menu_tree() do not break markup expected by admin.
theme_admin_drilldown_menu_tree_output theme/theme.inc Alternative to menu_tree_output() which uses admin implementations of the core menu theme functions.
theme_admin_settings_form ./admin.admin.inc Theme function for the admin settings form.
theme_admin_tab theme/theme.inc Generate markup for an admin tab.

Other projects