admin.module

Functions

NameDescription
admin_admin_linkHelper 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_alterImplementation of hook_form_alter() for node_filter_form.
admin_form_system_admin_theme_settings_alterImplementation of hook_form_alter() for system_admin_theme_settings.
admin_form_user_admin_account_alter
admin_initImplementation of hook_init().
admin_links_cacheStatic 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_getGet wrapper around admin_links_cache().
admin_links_setSet wrapper around admin_links_cache().
admin_menu_alterImplementation of hook_menu_alter().
admin_menu_clone_itemsHelper to clone portions of the menu tree to a duplicate location.
admin_menu_navigation_linksGenerate a links array from a menu tree array.
admin_menu_treeRetrieve a hierarchy of links representing select portions of the 'admin' branch of the navigation menu.
admin_menu_tree_linksBuild a hierarchy of $links arrays suitable for theme_links() from a menu tree.
admin_page_alterPage preprocessor that runs before any others (including template_preprocess_page()). Check the theme rebuild flag and do so if necessary.
admin_permImplementation of hook_perm().
admin_preprocess_blockImplementation of hook_preprocess_block().
admin_preprocess_nodeImplementation of hook_preprocess_node().
admin_preprocess_pageImplementation of hook_preprocess_page().
admin_preprocess_views_viewImplementation of hook_preprocess_views_view().
admin_system_info_alterImplementation of hook_system_info_alter(). Throw a flag that tells us we need to reinstantiate the admin theme.
admin_themeImplementation of hook_theme().
admin_theme_registry_alterImplementation of hook_theme_registry_alter().
admin_views_pre_viewImplementation of hook_views_pre_view().
_admin_theme_rebuildRebuild the admin theme entry in the database.

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options