You are here

Functions in Admin 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
admin_account_block ./admin.module My Account block. 1
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_info ./admin.module Implements hook_block_info().
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_block_view ./admin.module Implements hook_block_view().
admin_devel_performance_form includes/admin.devel.inc Performance "form". Actually renders placeholders that are populated post-exit via javascript. 1
admin_element_info ./admin.module Implements hook_element_info().
admin_enable ./admin.install Implements hook_enable().
admin_get_admin_blocks ./admin.module Get blocks enabled for the admin toolbar. 2
admin_get_default_blocks ./admin.module Get all blocks that have declared themselves visible in the admin toolbar by default. 3
admin_get_settings ./admin.module Get variable settings or fallback to defaults. 6
admin_landing_page_access ./admin.module Menu access callback for admin landing pages. 1
admin_menu ./admin.module Implements hook_menu().
admin_menu_alter ./admin.module Implements hook_menu_alter().
admin_page_build ./admin.module Preprocessor that runs *before* template_preprocess_page().
admin_permission ./admin.module Implements hook_permission().
admin_preprocess_html ./admin.module Implements hook_preprocess_html().
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_suppress ./admin.module Implements hook_suppress(). 2
admin_theme ./admin.module Implements hook_theme().
admin_uninstall ./admin.install Implements hook_uninstall().
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