You are here

function d8cache_entity_insert in Drupal 8 Cache Backport 7

Implements hook_entity_insert().

File

includes/entity.inc, line 44
Entity functions and hooks for the D8 caching system backport.

Code

function d8cache_entity_insert($entity, $entity_type) {
  _d8cache_entity_invalidate_cache_tags($entity_type, $entity);
}