Search for files

  1. Search 7.x for files
  2. Search 9.5.x for files
  3. Search 8.9.x for files
  4. Search 10.3.x for files
  5. Other projects
Title Object type File name Summary
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.
Mysql8RequirePrimaryKeyUpdateTest::setDatabaseDumpFiles function core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Set database dump files to be used.
NavigationLogoTest::$fileSystem property core/modules/navigation/tests/src/Functional/NavigationLogoTest.php The file system service.
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.
NullDescriptionTest::setDatabaseDumpFiles function core/modules/taxonomy/tests/src/Functional/Update/NullDescriptionTest.php Set database dump files to be used.
NullHelpAndDescriptionTest::setDatabaseDumpFiles function core/modules/node/tests/src/Functional/Update/NullHelpAndDescriptionTest.php Set database dump files to be used.
OEmbed::$fileSystem property core/modules/media/src/Plugin/media/Source/OEmbed.php The file system.
OembedUpdateTest::setDatabaseDumpFiles function core/modules/media/tests/src/Functional/FieldFormatter/OembedUpdateTest.php Set database dump files to be used.
OliveroPostUpdateTest::setDatabaseDumpFiles function core/themes/olivero/tests/src/Functional/Update/OliveroPostUpdateTest.php Set database dump files to be used.
PackageManagerKernelTestBase::$fileSystem property core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php The Symfony filesystem class.
PasswordCompatibilityUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php Set database dump files to be used.
PathAliasRevisionIndexesUpdatePathTest::setDatabaseDumpFiles function core/modules/path_alias/tests/src/Functional/Update/PathAliasRevisionIndexesUpdatePathTest.php Set database dump files to be used.
PathAliasUpdateTest::setDatabaseDumpFiles function core/modules/path_alias/tests/src/Functional/PathAliasUpdateTest.php Set database dump files to be used.
PathProcessorFiles class core/modules/system/src/PathProcessor/PathProcessorFiles.php Defines a path processor to rewrite file URLs.
PathProcessorFiles.php file core/modules/system/src/PathProcessor/PathProcessorFiles.php
PathProcessorFiles::processInbound function core/modules/system/src/PathProcessor/PathProcessorFiles.php Processes the inbound path.
path_processor.files service core/modules/system/system.services.yml Drupal\system\PathProcessor\PathProcessorFiles
PhpTuf\ComposerStager\API\FileSyncer\Service\FileSyncerInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\FileSyncer\Service\FileSyncer
PhpTuf\ComposerStager\API\Filesystem\Service\FilesystemInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Filesystem\Service\Filesystem
PostgreSqlSequenceUpdateTest::setDatabaseDumpFiles function core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php Set database dump files to be used.
PreventDowngradeTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/UpdateSystem/PreventDowngradeTest.php Set database dump files to be used.
profiles.README.txt file core/assets/scaffold/files/profiles.README.txt Installation profiles define additional steps that run after the base
installation of Drupal is completed. They may also offer additional
functionality and change the behavior of the site.

WHAT TO PLACE IN THIS…
RemoteFileSaveDataTest class core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php Tests the unmanaged file save data function.
RemoteFileSaveDataTest.php file core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php
RemoteFileSaveDataTest::$classname property core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php A fully-qualified stream wrapper class name to register for the test.
RemoteFileSaveDataTest::$modules property core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php Modules to install.
RemoteFileSaveDataTest::$scheme property core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php A stream wrapper scheme to register for the test.
RemoteFileSaveDataTest::setUp function core/tests/Drupal/KernelTests/Core/File/RemoteFileSaveDataTest.php
RemoteFileSaveUploadTest class core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php Tests the file uploading functions.
RemoteFileSaveUploadTest.php file core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php
RemoteFileSaveUploadTest::$defaultTheme property core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php The theme to install as the default for testing.
RemoteFileSaveUploadTest::$modules property core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php Modules to install.
RemoteFileSaveUploadTest::setUp function core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.