function taxonomy_menu_node_insert in Taxonomy menu 8
Same name and namespace in other branches
- 7.2 taxonomy_menu.module \taxonomy_menu_node_insert()
- 7 taxonomy_menu.module \taxonomy_menu_node_insert()
Implements hook_node_insert().
@TODO Update the menu items count, empty terms.
File
- ./
taxonomy_menu.module, line 363 - Generates menu links for all selected taxonomy terms.
Code
function taxonomy_menu_node_insert(EntityInterface $node) {
}