You are here

function taxonomy_entity_index_field_attach_insert in Taxonomy Entity Index 7

Implements hook_field_attach_insert().

File

./taxonomy_entity_index.module, line 107

Code

function taxonomy_entity_index_field_attach_insert($entity_type, $entity) {
  return taxonomy_entity_index_field_attach_update($entity_type, $entity);
}