function taxonomy_node_insert
Same name in other branches
- 9 core/modules/taxonomy/taxonomy.module \taxonomy_node_insert()
- 8.9.x core/modules/taxonomy/taxonomy.module \taxonomy_node_insert()
- 10 core/modules/taxonomy/taxonomy.module \taxonomy_node_insert()
- 11.x core/modules/taxonomy/taxonomy.module \taxonomy_node_insert()
Implements hook_node_insert().
Related topics
File
-
modules/
taxonomy/ taxonomy.module, line 1916
Code
function taxonomy_node_insert($node) {
// Add taxonomy index entries for the node.
taxonomy_build_node_index($node);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.