By kim.pepper on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.7.x
Introduced in version:
8.7.0-alpha1
Issue links:
Description:
file_delete() and file_delete_multiple() are deprecated and will be removed before Drupal 9.0.0
Use the entity storage's delete() method to delete multiple entities instead (\Drupal\Core\Entity\EntityStorageInterface::delete() )
Impacts:
Module developers