function entity_crud_hook_test_entity_preload

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module \entity_crud_hook_test_entity_preload()
  2. 8.9.x core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module \entity_crud_hook_test_entity_preload()
  3. 10 core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module \entity_crud_hook_test_entity_preload()

Implements hook_entity_preload().

File

core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module, line 181

Code

function entity_crud_hook_test_entity_preload(array $entities, $type) {
    $GLOBALS['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.