Same name and namespace in other branches
  1. 8.9.x core/modules/file/file.services.yml \file.usage
  2. 9 core/modules/file/file.services.yml \file.usage

Class

Drupal\file\FileUsage\DatabaseFileUsageBackend

Tags

  • backend_overridable
29 string references to file.usage
CopyTest::testEntityStorageException in core/modules/file/tests/src/Kernel/CopyTest.php
Tests for entity storage exception.
DeleteTest::testInUse in core/modules/file/tests/src/Kernel/DeleteTest.php
Tries deleting a file that is in use.
EditorFileUsageTest::testEditorEntityHooks in core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php
Tests the configurable text editor manager.
editor_file_download in core/modules/editor/editor.module
Implements hook_file_download().
File::preDelete in core/modules/file/src/Entity/File.php
Acts on entities before they are deleted and before hooks are invoked.

... See full list

File

core/modules/file/file.services.yml
core/modules/file/file.services.yml

View source
  1. class: Drupal\file\FileUsage\DatabaseFileUsageBackend
  2. arguments:
  3. - '@config.factory'
  4. - '@database'
  5. - file_usage
  6. tags:
  7. - { name: backend_overridable }