WorkspacesFileItemTest::$modules |
property |
core/modules/workspaces/tests/src/Kernel/WorkspacesFileItemTest.php |
Modules to install. |
WorkspacesFileItemTest::setUp |
function |
core/modules/workspaces/tests/src/Kernel/WorkspacesFileItemTest.php |
Set the default field storage backend for fields created during tests. |
WorkspacesFileItemTest::testFileItem |
function |
core/modules/workspaces/tests/src/Kernel/WorkspacesFileItemTest.php |
Tests using entity fields of the file field type. |
WritableFileSystemValidator |
class |
core/modules/package_manager/src/Validator/WritableFileSystemValidator.php |
Checks that the file system is writable. |
WritableFileSystemValidator.php |
file |
core/modules/package_manager/src/Validator/WritableFileSystemValidator.php |
|
WritableFileSystemValidator::validate |
function |
core/modules/package_manager/src/Validator/WritableFileSystemValidator.php |
Checks that the file system is writable. |
WritableFileSystemValidator::__construct |
function |
core/modules/package_manager/src/Validator/WritableFileSystemValidator.php |
|
WritableFileSystemValidatorTest |
class |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
Unit tests the file system permissions validator. |
WritableFileSystemValidatorTest.php |
file |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
|
WritableFileSystemValidatorTest::providerStagingRootPermissions |
function |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
Data provider for ::testStagingRootPermissions(). |
WritableFileSystemValidatorTest::providerWritable |
function |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
Data provider for testWritable(). |
WritableFileSystemValidatorTest::setUpPermissions |
function |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
Sets the permissions of the test project's directories. |
WritableFileSystemValidatorTest::testStagingRootPermissions |
function |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
Tests that the stage root's permissions are validated. |
WritableFileSystemValidatorTest::testWritable |
function |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
Tests the file system permissions validator. |
WritableFileSystemValidatorTest::testWritableDuringPreApply |
function |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
Tests the file system permissions validator during pre-apply. |
Yaml::getFileExtension |
function |
core/lib/Drupal/Component/Serialization/Yaml.php |
Gets the file extension for this serialization format. |
YamlDirectoryDiscovery::$fileCacheKeySuffix |
property |
core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php |
The suffix for the file cache key. |
YamlDirectoryDiscovery::FILE_KEY |
constant |
core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php |
Defines the key in the discovered data where the file path is stored. |
YamlDirectoryDiscovery::findFiles |
function |
core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php |
Returns an array of providers keyed by file path. |
YamlDiscovery::findFiles |
function |
core/lib/Drupal/Component/Discovery/YamlDiscovery.php |
Returns an array of file paths, keyed by provider. |
YamlDiscoveryTest::testFilenameForBrokenYml |
function |
core/tests/Drupal/Tests/Core/Discovery/YamlDiscoveryTest.php |
Tests if filename is output for a broken YAML file. |
YamlFileLoader |
class |
core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php |
YamlFileLoader loads YAML files service definitions. |
YamlFileLoader.php |
file |
core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php |
|
YamlFileLoader::$container |
property |
core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php |
|
YamlFileLoader::$fileCache |
property |
core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php |
File cache object. |
YamlFileLoader::DEFAULTS_KEYWORDS |
constant |
core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php |
|
YamlFileLoader::load |
function |
core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php |
Loads a Yaml file. |
YamlFileLoader::loadFile |
function |
core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php |
Loads a YAML file. |
YamlFileLoader::parseDefaults |
function |
core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php |
|
YamlFileLoader::parseDefinition |
function |
core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php |
Parses a definition. |
YamlFileLoader::parseDefinitions |
function |
core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php |
Parses definitions |
YamlFileLoader::resolveServices |
function |
core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php |
Resolves services. |
YamlFileLoader::validate |
function |
core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php |
Validates a YAML file. |
YamlFileLoader::__construct |
function |
core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php |
|
YamlFileLoaderTest |
class |
core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php |
Tests Drupal\Core\DependencyInjection\YamlFileLoader. |
YamlFileLoaderTest.php |
file |
core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php |
|
YamlFileLoaderTest::providerTestExceptions |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php |
|
YamlFileLoaderTest::setUp |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php |
|
YamlFileLoaderTest::testExceptions |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php |
Tests exceptions. |
YamlFileLoaderTest::testParseDefinitionsWithProvider |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php |
|
YamlPecl::getFileExtension |
function |
core/lib/Drupal/Component/Serialization/YamlPecl.php |
Gets the file extension for this serialization format. |
YamlPeclTest::testGetFileExtension |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php |
@legacy-covers ::getFileExtension |
YamlTest::testGetFileExtension |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlTest.php |
@legacy-covers ::getFileExtension |
_batch_test_set_file_callback_1 |
function |
core/modules/system/tests/modules/batch_test/batch_test.set_file.inc |
Implements callback_batch_operation(). |
_batch_test_set_file_finished_1 |
function |
core/modules/system/tests/modules/batch_test/batch_test.set_file.inc |
Implements callback_batch_finished(). |
_claro_preprocess_file_and_image_widget |
function |
core/themes/claro/claro.theme |
Helper pre-process callback for file_managed_file and image_widget. |
_editor_delete_file_usage |
function |
core/modules/editor/editor.module |
Deletes file usage of files referenced by formatted text fields. |
_editor_get_file_uuids_by_field |
function |
core/modules/editor/editor.module |
Finds all files referenced (data-entity-uuid) by formatted text fields. |
_editor_parse_file_uuids |
function |
core/modules/editor/editor.module |
Parse an HTML snippet for any linked file with data-entity-uuid attributes. |
_editor_record_file_usage |
function |
core/modules/editor/editor.module |
Records file usage of files referenced by formatted text fields. |