You are here

function taxonomy_menu_get_paths in Taxonomy menu 6.3

Same name and namespace in other branches
  1. 8 taxonomy_menu.module \taxonomy_menu_get_paths()
  2. 7.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_group_form in ./taxonomy_menu.admin.inc
Implementation of hook_form().

File

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

Code

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