By dave reid on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-2.x
Introduced in version:
7.x-2.0-unstable4
Issue links:
Description:
The bulk file operation hook has been changed from hook_file_operations_info (plural) to hook_file_operation_info (singular). The alter hook has changed from hook_file_entity_file_operations_alter() to hook_file_entity_operation_info_alter(). The proper hooks have been documented in file_entity.api.php.
Backwards compatibility
Currently the file_entity_get_file_operation_info() function supports both hooks for backwards compatibility, but this will be removed from File entity 7.x-2.0 final release.
Impacts:
Module developers