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