You are here

function taxonomy_menu_taxonomy in Taxonomy menu 5

Same name and namespace in other branches
  1. 6 taxonomy_menu.module \taxonomy_menu_taxonomy()
  2. 6.2 taxonomy_menu.module \taxonomy_menu_taxonomy()

Implementation of hook_taxonomy().

Invalidates the menu cache on taxonomy changes.

File

./taxonomy_menu.module, line 141
taxonomy_menu.module @author Jonathan Chaffer <jchaffer@structureinteractive.com> @author Bruno Massa <http://drupal.org/user/67164> It Generates menu links for all taxonomy terms

Code

function taxonomy_menu_taxonomy() {
  variable_set('menu_rebuild_needed', TRUE);
}