You are here

Functions in Navbar 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_navbar ./navbar.api.php Add items to the navbar menu.
hook_navbar_alter ./navbar.api.php Alter the navbar menu after hook_navbar() is invoked.
hook_navbar_breakpoints_alter ./navbar.api.php Implementing hook_navbar_breakpoints_alter allows a module to change the media query string associated with one of the three default breakpoints that the Navbar reacts to.
navbar_cache_flush ./navbar.module Implements hook_cache_flush().
navbar_element_info ./navbar.module Implements hook_element_info().
navbar_get_menu_tree ./navbar.module Gets only the top level items below the 'admin' path. 2
navbar_get_rendered_subtrees ./navbar.module Returns the rendered subtree of each top-level navbar link. 2
navbar_help ./navbar.module Implements hook_help().
navbar_hook_info ./navbar.module Implements hook_hook_info().
navbar_in_active_trail ./navbar.module Checks whether an item is in the active trail.
navbar_js_alter ./navbar.module Implements hook_js_alter().
navbar_libraries_info ./navbar.module Implements hook_libraries_info().
navbar_library ./navbar.module Implements hook_library().
navbar_library_alter ./navbar.module Implements hook_library_alter().
navbar_menu ./navbar.module Implements hook_menu().
navbar_menu_navigation_links ./navbar.module Generates an array of links from a menu tree array. 2
navbar_modernizr_info ./navbar.module Implements hook_modernizr_info().
navbar_navbar ./navbar.navbar.inc Implements hook_navbar().
navbar_page_alter ./navbar.module Implements hook_page_alter().
navbar_page_build ./navbar.module Implements hook_page_build().
navbar_permission ./navbar.module Implements hook_permission().
navbar_pre_render ./navbar.module Builds the Navbar as a structured array ready for drupal_render(). 1
navbar_pre_render_item ./navbar.module Provides markup for associating a tray trigger with a tray element. 1
navbar_requirements ./navbar.install Implements hook_requirements().
navbar_subtrees_jsonp ./navbar.module Page callback: Returns the rendered subtree of each top-level navbar link. 1
navbar_suppress ./navbar.module Implementation of hook_suppress() 1
navbar_system_info_alter ./navbar.module Implements hook_system_info_alter().
navbar_theme ./navbar.module Implements hook_theme().
navbar_update_7000 ./navbar.install Update the breakpoints.
navbar_update_7001 ./navbar.install Remove the dependency on the Breakpoints module.
template_preprocess_navbar_menu_tree ./navbar.module Implements template_preprocess_HOOK() for theme_navbar_menu_tree(). 1
template_preprocess_navbar_tab_wrapper ./navbar.module Implements template_preprocess_HOOK().
theme_navbar ./navbar.module Returns HTML that wraps the administration navbar.
theme_navbar_item ./navbar.module Returns HTML for a navbar item.
theme_navbar_menu_tree ./navbar.module Returns HTML for a wrapper for a navbar menu sub-tree. 1
theme_navbar_tab_wrapper ./navbar.module Returns HTML for wrapping a navbar tab.
theme_navbar_tray_heading_wrapper ./navbar.module Returns HTML for prepending a heading to a navbar tray.
theme_navbar_tray_wrapper ./navbar.module Returns HTML for wrapping a navbar tray.
_navbar_convert_libraries_to_library ./navbar.module Converts a libraries module array to a hook_library array. 1
_navbar_get_subtree_hash ./navbar.module Returns the hash of the per-user rendered navbar subtrees. 1
_navbar_initialize_page_cache ./navbar.module Use Drupal's page cache for navbar/subtrees/*, even for authenticated users. 1
_navbar_libraries_filter_null_values ./navbar.module Determines if an item is empty or not. 1
_navbar_libraries_get_preferred_variant_name ./navbar.module Returns the variant that should be loaded based on order preference. 2
_navbar_libraries_get_version ./navbar.module Determines the version of a navbar library. 1
_navbar_libraries_variant_exists ./navbar.module Libraries API variant callback. 1
_navbar_subtrees_access ./navbar.module Access callback: Returns if the user has access to the rendered subtree requested by the hash. 1

Other projects