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