function taxonomy_node_insert

taxonomy_node_insert($node)

Implements hook_node_insert().

Related topics

File

modules/taxonomy/taxonomy.module, line 1912
Enables the organization of content into categories.

Code

function taxonomy_node_insert($node) {
  // Add taxonomy index entries for the node.
  taxonomy_build_node_index($node);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!taxonomy!taxonomy.module/function/taxonomy_node_insert/7.x