function FileTestHooks::filePredelete
Same name and namespace in other branches
- 11.x core/modules/file/tests/file_test/src/Hook/FileTestHooks.php \Drupal\file_test\Hook\FileTestHooks::filePredelete()
Implements hook_ENTITY_TYPE_predelete() for file entities.
Attributes
#[Hook('file_predelete')]
File
-
core/
modules/ file/ tests/ file_test/ src/ Hook/ FileTestHooks.php, line 82
Class
- FileTestHooks
- Hook implementations for file_test.
Namespace
Drupal\file_test\HookCode
public function filePredelete(File $file) : void {
FileTestHelper::logCall('delete', [
$file->id(),
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.