You are here

Functions in Menu Views 7

Primary tabs

Namesort descending Location Description Direct uses Strings
menu_views ./menu_views.module Drupal wrapper for MenuViews class. 5 2
menu_views_ajax_callback includes/form.inc Ajax callback for re-rendering the attach views portion of the form. 1
menu_views_form_menu_edit_item_alter includes/form.inc Implements hook_form_FORM_ID_alter(). Change path description. Insert the views selection.
menu_views_form_menu_overview_form_alter includes/form.inc Implements hook_form_FORM_ID_alter(). Appends the attached view to the title of the menu item.
menu_views_init ./menu_views.module Implements hook_init().
menu_views_install ./menu_views.install Implements hook_install().
menu_views_link includes/theme.inc Override theme_link(). Render a view inside a link (only menu items will have them, though). 1
menu_views_menu ./menu_views.module Implements hook_menu(). Fake callback, needed for menu item add/edit validation.
menu_views_menu_edit_item_submit includes/form.inc Submit handler for menu_edit_item form 1
menu_views_menu_edit_item_validate includes/form.inc Validate handler for menu_edit_item form 1
menu_views_permission ./menu_views.module Implements hook_permission().
menu_views_theme_registry_alter ./menu_views.module Implements hook_theme_registry_alter(). Intercepts hook_link().
menu_views_tokens includes/tokens.inc Implements hook_tokens().
menu_views_token_info includes/tokens.inc Implements hook_token_info().
menu_views_update_7100 ./menu_views.install Updates module weight in system table. Grants the "administer menu views" permission to roles that currently have the "administer menu" permission.
menu_views_update_7102 ./menu_views.install FIXED UPDATE: Replaces attached view arguments (%N and %P) of menu link items with Token API equivalents.
menu_views_update_7103 ./menu_views.install Updates existing menu views to reference the proper mlid. When creating a new menu item, even if the attach view form was present, caused menu views to not save the mlid as it didn't yet exist. This update converts all existing menu views that…
_menu_views_tokens_callback includes/tokens.inc Callback for human-readable token value replacements. 1

Other projects