You are here

function tome_static_super_cache_entity_update in Tome 8

Implements hook_entity_update().

File

modules/tome_static/modules/tome_static_super_cache/tome_static_super_cache.module, line 92
Contains functions for the Tome Static Super Cache module.

Code

function tome_static_super_cache_entity_update(EntityInterface $entity) {
  tome_static_super_cache_entity_insert($entity);
}