function EntityCrudHookTest::userPredelete
Implements hook_ENTITY_TYPE_predelete() for user entities.
Attributes
#[Hook('user_predelete')]
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityCrudHookTest.php, line 960
Class
- EntityCrudHookTest
- Tests entity CRUD via hooks.
Namespace
Drupal\KernelTests\Core\EntityCode
public function userPredelete() : void {
$GLOBALS['entity_crud_hook_test'][] = 'entity_crud_hook_test_user_predelete called';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.