You are here

function cer_entity_update in Corresponding Entity References 7.3

Same name and namespace in other branches
  1. 8.4 cer.module \cer_entity_update()
  2. 7 cer.module \cer_entity_update()
  3. 7.2 cer.module \cer_entity_update()

Implements hook_entity_update().

File

./cer.module, line 152

Code

function cer_entity_update($entity, $type) {
  if (!function_exists("cer_{$type}_update")) {
    cer_processing_entity('update', $entity, $type);
  }
}