Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FileHooks.php

function FileHooks::filePredelete

Implements hook_ENTITY_TYPE_predelete() for file entities.

File

core/modules/file/src/Hook/FileHooks.php, line 204

Class

FileHooks
Hook implementations for file.

Namespace

Drupal\file\Hook

Code

public function filePredelete(File $file) {
    // @todo Remove references to a file that is in-use.
}
RSS feed
Powered by Drupal