| EditorFileReferenceFilterTest |
class |
core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php |
Tests Editor module's file reference filter. |
| EditorFileReferenceFilterTest.php |
file |
core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php |
|
| EditorFileReferenceFilterTest::$filters |
property |
core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php |
|
| EditorFileReferenceFilterTest::$modules |
property |
core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php |
Modules to install. |
| EditorFileReferenceFilterTest::setUp |
function |
core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php |
|
| EditorFileReferenceFilterTest::testEditorFileReferenceFilter |
function |
core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php |
Tests the editor file reference filter. |
| EditorFileUsageTest |
class |
core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php |
Tests tracking of file usage by the Text Editor module. |
| EditorFileUsageTest.php |
file |
core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php |
|
| EditorFileUsageTest::$modules |
property |
core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php |
Modules to install. |
| EditorFileUsageTest::setUp |
function |
core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php |
|
| EditorFileUsageTest::testEditorEntityHooks |
function |
core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php |
Tests the configurable text editor manager. |
| EditorFileUsageTest::testFileSaveOperations |
function |
core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php |
Tests file save operations when node with referenced files is saved. |
| EditorHooks::deleteFileUsage |
function |
core/modules/editor/src/Hook/EditorHooks.php |
Deletes file usage of files referenced by formatted text fields. |
| EditorHooks::fileDownload |
function |
core/modules/editor/src/Hook/EditorHooks.php |
Implements hook_file_download(). |
| EditorHooks::getFileUuidsByField |
function |
core/modules/editor/src/Hook/EditorHooks.php |
Finds all files referenced (data-entity-uuid) by formatted text fields. |
| EditorHooks::parseFileUuids |
function |
core/modules/editor/src/Hook/EditorHooks.php |
Parse an HTML snippet for any linked file with data-entity-uuid attributes. |
| EditorHooks::recordFileUsage |
function |
core/modules/editor/src/Hook/EditorHooks.php |
Records file usage of files referenced by formatted text fields. |
| EditorPrivateFileReferenceFilterTest |
class |
core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php |
Tests Editor module's file reference filter with private files. |
| EditorPrivateFileReferenceFilterTest.php |
file |
core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php |
|
| EditorPrivateFileReferenceFilterTest::$defaultTheme |
property |
core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php |
The theme to install as the default for testing. |
| EditorPrivateFileReferenceFilterTest::$modules |
property |
core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php |
Modules to install. |
| EditorPrivateFileReferenceFilterTest::testEditorPrivateFileReferenceFilter |
function |
core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php |
Tests the editor file reference filter with private files. |
| EditorTestHooks::filePresave |
function |
core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php |
Implements hook_ENTITY_TYPE_presave() for file entities. |
| empty_file.php.module |
file |
core/tests/fixtures/empty_file.php.module |
|
| empty_file.txt |
file |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/empty-file/assets/empty_file.txt |
|
| EngineTwigTest::testTwigFileUrls |
function |
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php |
Tests the automatic/magic calling of toString() on objects, if exists. |
| EnterProfileNode |
class |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php |
Represents a profile enter node. |
| EnterProfileNode.php |
file |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php |
|
| EnterProfileNode::compile |
function |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php |
|
| EnterProfileNode::__construct |
function |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php |
|
| EntityArgumentUpdateTest::setDatabaseDumpFiles |
function |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
Set database dump files to be used. |
| EntityCrudHookTest::fileCreate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php |
Implements hook_ENTITY_TYPE_create() for file entities. |
| EntityCrudHookTest::fileDelete |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php |
Implements hook_ENTITY_TYPE_delete() for file entities. |
| EntityCrudHookTest::fileInsert |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php |
Implements hook_ENTITY_TYPE_insert() for file entities. |
| EntityCrudHookTest::fileLoad |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php |
Implements hook_ENTITY_TYPE_load() for file entities. |
| EntityCrudHookTest::filePredelete |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php |
Implements hook_ENTITY_TYPE_predelete() for file entities. |
| EntityCrudHookTest::filePresave |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php |
Implements hook_ENTITY_TYPE_presave() for file entities. |
| EntityCrudHookTest::fileUpdate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php |
Implements hook_ENTITY_TYPE_update() for file entities. |
| EntityCrudHookTest::testFileHooks |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php |
Tests hook invocations for CRUD operations on files. |
| EntityCrudHookTestHooks::fileCreate |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_create() for file entities. |
| EntityCrudHookTestHooks::fileDelete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_delete() for file entities. |
| EntityCrudHookTestHooks::fileInsert |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_insert() for file entities. |
| EntityCrudHookTestHooks::fileLoad |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_load() for file entities. |
| EntityCrudHookTestHooks::filePredelete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_predelete() for file entities. |
| EntityCrudHookTestHooks::filePresave |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_presave() for file entities. |
| EntityCrudHookTestHooks::fileUpdate |
function |
core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php |
Implements hook_ENTITY_TYPE_update() for file entities. |
| EntityFile |
class |
core/modules/file/src/Plugin/migrate/destination/EntityFile.php |
Provides migrate destination plugin for File entities. |
| EntityFile.php |
file |
core/modules/file/src/Plugin/migrate/destination/EntityFile.php |
|
| EntityFile::getEntity |
function |
core/modules/file/src/Plugin/migrate/destination/EntityFile.php |
Creates or loads an entity. |
| EntityFile::processStubRow |
function |
core/modules/file/src/Plugin/migrate/destination/EntityFile.php |
Populates as much of the stub row as possible. |