By slashrsm on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
8.0.x
Introduced in version:
Issue links:
Description:
hook_file_download() was removed. Response headers for managed files are now handled automatically by the entity object. Headers for unmanaged files are no controlled via hook_file_unmanaged_download_headers(), which was introduced in Drupal 8. New hook works very similar to the old one, except it only affects unmanaged files.
Impacts:
Module developers