function EntityCrudHookTestHooks::entityLoad
Implements hook_entity_load().
File
-
core/
modules/ system/ tests/ modules/ entity_crud_hook_test/ src/ Hook/ EntityCrudHookTestHooks.php, line 218
Class
- EntityCrudHookTestHooks
- Hook implementations for entity_crud_hook_test.
Namespace
Drupal\entity_crud_hook_test\HookCode
public function entityLoad(array $entities, $type) {
$GLOBALS['entity_crud_hook_test'][] = 'entity_crud_hook_test_entity_load' . ' called for type ' . $type;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.