hook_file_status

Definition

hook_file_status($file)
drupal/modules/system/system.api.php, line 1152

Description

Respond to a file that has changed status.

The typical change in status is from temporary to permanent.

@see hook_file_status()

Parameters

$file The file being changed.

Return value

None.

Related topics

Namesort iconDescription
HooksAllow modules to interact with the Drupal core.

Code

function hook_file_status($file) {
}