You are here

function entity_test_entity_update in Entity API 7

Implements hook_entity_update().

File

tests/entity_test.module, line 192
Test module for the entity API.

Code

function entity_test_entity_update($entity, $entity_type) {
  $_SESSION['entity_hook_test']['entity_update'][] = entity_id($entity_type, $entity);
}