function entity_crud_hook_test_entity_load
Implements hook_entity_load().
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ entity_crud_hook_test.module, line 109 - Test module for the Entity CRUD API.
Código
function entity_crud_hook_test_entity_load(array $entities, $type) {
$_SESSION['entity_crud_hook_test'][] = (__FUNCTION__ . ' called for type ' . $type);
}