You are here

function _taxonomy_menu_get_paths in Taxonomy menu 6.2

Same name and namespace in other branches
  1. 7 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
Implementation of hook_form_alter().

File

./taxonomy_menu.module, line 603
It Generates menu links for all selected taxonomy terms

Code

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