You are here

function _taxonomy_menu_get_paths in Taxonomy menu 7

Same name and namespace in other branches
  1. 6.2 taxonomy_menu.module \_taxonomy_menu_get_paths()

Create the path to use in the menu item.

Return value

array Path selections.

1 call to _taxonomy_menu_get_paths()
taxonomy_menu_form_alter in ./taxonomy_menu.module
Implements hook_form_alter().

File

./taxonomy_menu.module, line 767
Adds links to taxonomy terms into a menu.

Code

function _taxonomy_menu_get_paths() {
  return module_invoke_all('taxonomy_menu_path');
}