function entity_crud_hook_test_entity_load

Implements hook_entity_load().

File

modules/simpletest/tests/entity_crud_hook_test.module, line 109

Code

function entity_crud_hook_test_entity_load(array $entities, $type) {
  $_SESSION['entity_crud_hook_test'][] = __FUNCTION__ . ' called for type ' . $type;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.