function file_test_file_update
Implements hook_ENTITY_TYPE_update() for file entities.
File
-
core/
modules/ file/ tests/ file_test/ file_test.module, line 167
Code
function file_test_file_update(File $file) {
_file_test_log_call('update', [
$file->id(),
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.