You are here

function taxonomy_entity_index_entity_insert in Taxonomy Entity Index 8

Implements hook_entity_insert().

File

./taxonomy_entity_index.module, line 57
Module file for taxonomy_entity_index.

Code

function taxonomy_entity_index_entity_insert(EntityInterface $entity) {
  taxonomy_entity_index_entity_update($entity);
}