You are here

function taxonomy_term_depth_entity_insert in Taxonomy Term Depth 8

Same name and namespace in other branches
  1. 8.2 taxonomy_term_depth.module \taxonomy_term_depth_entity_insert()
  2. 7 taxonomy_term_depth.module \taxonomy_term_depth_entity_insert()

Implements hook_entity_insert()

File

./taxonomy_term_depth.module, line 65
Main module file.

Code

function taxonomy_term_depth_entity_insert($entity) {
  taxonomy_term_depth_entity_update($entity);
}