function taxonomy_term_depth_entity_insert in Taxonomy Term Depth 7
Same name and namespace in other branches
- 8.2 taxonomy_term_depth.module \taxonomy_term_depth_entity_insert()
- 8 taxonomy_term_depth.module \taxonomy_term_depth_entity_insert()
Implements hook_entity_insert()
File
- ./
taxonomy_term_depth.module, line 75 - Provides some custom functionality.
Code
function taxonomy_term_depth_entity_insert($entity, $type) {
taxonomy_term_depth_entity_update($entity, $type);
}