MTimeProtectedFileStorage::exists |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
Checks whether the PHP code exists in storage. |
MTimeProtectedFileStorage::getPath |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
|
MTimeProtectedFileStorage::load |
function |
core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
Loads PHP code from storage. |
MTimeProtectedFileStorageBase |
class |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
Base test class for MTime protected storage. |
MTimeProtectedFileStorageBase.php |
file |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
|
MTimeProtectedFileStorageBase::$expected |
property |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
The expected test results for the security test. |
MTimeProtectedFileStorageBase::$secret |
property |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
The secret string to use for file creation. |
MTimeProtectedFileStorageBase::$settings |
property |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
Test settings to pass to storage instances. |
MTimeProtectedFileStorageBase::$storageClass |
property |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
The PHP storage class to test. |
MTimeProtectedFileStorageBase::setUp |
function |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
|
MTimeProtectedFileStorageBase::testCRUD |
function |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
Tests basic load/save/delete operations. |
MTimeProtectedFileStorageBase::testSecurity |
function |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php |
Tests the security of the MTimeProtectedFileStorage implementation. |
MTimeProtectedFileStorageTest |
class |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php |
Tests the MTimeProtectedFileStorage implementation. |
MTimeProtectedFileStorageTest.php |
file |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php |
|
MTimeProtectedFileStorageTest::$expected |
property |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php |
The expected test results for the security test. |
MTimeProtectedFileStorageTest::$storageClass |
property |
core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php |
The PHP storage class to test. |
MultipleDistributionsProfileTest |
class |
core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php |
Tests multiple distribution profile support. |
MultipleDistributionsProfileTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php |
|
MultipleDistributionsProfileTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php |
The theme to install as the default for testing. |
MultipleDistributionsProfileTest::$info |
property |
core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php |
The distribution profile info. |
MultipleDistributionsProfileTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php |
Prepares the current environment for running the test. |
MultipleDistributionsProfileTest::setUpLanguage |
function |
core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php |
Installer step: Select language. |
MultipleDistributionsProfileTest::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php |
Installer step: Select installation profile. |
MultipleDistributionsProfileTest::testInstalled |
function |
core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php |
Confirms that the installation succeeded. |
MultipleFileUploadTest |
class |
core/modules/file/tests/src/Functional/MultipleFileUploadTest.php |
Tests multiple file upload. |
MultipleFileUploadTest.php |
file |
core/modules/file/tests/src/Functional/MultipleFileUploadTest.php |
|
MultipleFileUploadTest::$defaultTheme |
property |
core/modules/file/tests/src/Functional/MultipleFileUploadTest.php |
The theme to install as the default for testing. |
MultipleFileUploadTest::$modules |
property |
core/modules/file/tests/src/Functional/MultipleFileUploadTest.php |
Modules to install. |
MultipleFileUploadTest::setUp |
function |
core/modules/file/tests/src/Functional/MultipleFileUploadTest.php |
|
MultipleFileUploadTest::testMultipleFileFieldWithAllFileExtensions |
function |
core/modules/file/tests/src/Functional/MultipleFileUploadTest.php |
Tests multiple file field with all file extensions. |
NavigationLogoTest::$fileSystem |
property |
core/modules/navigation/tests/src/Functional/NavigationLogoTest.php |
The file system service. |
node.type.file_test.yml |
file |
core/modules/file/tests/modules/file_test_views/config/optional/node.type.file_test.yml |
core/modules/file/tests/modules/file_test_views/config/optional/node.type.file_test.yml |
NodeModulesExcluder::excludeNodeModulesFiles |
function |
core/modules/package_manager/src/PathExcluder/NodeModulesExcluder.php |
Excludes node_modules directories from stage operations. |
NoOpStager::setLockFileShouldChange |
function |
core/modules/package_manager/tests/modules/package_manager_bypass/src/NoOpStager.php |
Sets whether ::stage() should simulate a change in the lock file. |
NoProfilesException |
class |
core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php |
Exception thrown if no installation profiles are available. |
NoProfilesException.php |
file |
core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php |
|
NoProfilesException::__construct |
function |
core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php |
Constructs a new "no profiles available" exception. |
NotRegularFileException |
class |
core/lib/Drupal/Core/File/Exception/NotRegularFileException.php |
Exception thrown when a target is not a regular file (e.g. a directory). |
NotRegularFileException.php |
file |
core/lib/Drupal/Core/File/Exception/NotRegularFileException.php |
|
NullFileCache |
class |
core/lib/Drupal/Component/FileCache/NullFileCache.php |
Null implementation for the file cache. |
NullFileCache.php |
file |
core/lib/Drupal/Component/FileCache/NullFileCache.php |
|
NullFileCache::delete |
function |
core/lib/Drupal/Component/FileCache/NullFileCache.php |
Deletes data from the cache. |
NullFileCache::get |
function |
core/lib/Drupal/Component/FileCache/NullFileCache.php |
Gets data based on a filename. |
NullFileCache::getMultiple |
function |
core/lib/Drupal/Component/FileCache/NullFileCache.php |
Gets data based on filenames. |
NullFileCache::set |
function |
core/lib/Drupal/Component/FileCache/NullFileCache.php |
Stores data based on a filename. |
NullFileCache::__construct |
function |
core/lib/Drupal/Component/FileCache/NullFileCache.php |
Constructs a FileCache object. |
NumericFormatPluralTest::createFile |
function |
core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php |
Creates and saves a test file. |
OEmbed::$fileSystem |
property |
core/modules/media/src/Plugin/media/Source/OEmbed.php |
The file system. |
OEmbed::getThumbnailFileExtensionFromUrl |
function |
core/modules/media/src/Plugin/media/Source/OEmbed.php |
Tries to determine the file extension of a thumbnail. |
OliveroTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php |
The profile to install as a basis for testing. |