hook_file_status($file)
drupal/modules/system/system.api.php, line 1152
Respond to a file that has changed status.
The typical change in status is from temporary to permanent.
@see hook_file_status()
$file The file being changed.
None.
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
function hook_file_status($file) {
}