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 11.x for files
  5. Other projects
Title Object type File name Summary
MediaSettingsDefaultIframeDomainUpdateTest::setDatabaseDumpFiles function core/modules/media/tests/src/Functional/Update/MediaSettingsDefaultIframeDomainUpdateTest.php
MediaSourceFileTest::testMediaFileSource function core/modules/media/tests/src/FunctionalJavascript/MediaSourceFileTest.php Tests the file media source.
MenuLinksetSettingsUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/MenuLinksetSettingsUpdateTest.php
MigrateFileConfigsTest::testFileSettings function core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileConfigsTest.php Tests migration of file variables to file.settings.yml.
MigrateFileConfigsTest::testFileSettings function core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileConfigsTest.php Tests migration of file variables to file.settings.yml.
MigrateFileStubTest class core/modules/file/tests/src/Kernel/Migrate/MigrateFileStubTest.php Test stub creation for file entities.
MigrateFileStubTest.php file core/modules/file/tests/src/Kernel/Migrate/MigrateFileStubTest.php
MigrateFileStubTest::$modules property core/modules/file/tests/src/Kernel/Migrate/MigrateFileStubTest.php
MigrateFileStubTest::setUp function core/modules/file/tests/src/Kernel/Migrate/MigrateFileStubTest.php
MigrateFileStubTest::testStub function core/modules/file/tests/src/Kernel/Migrate/MigrateFileStubTest.php Tests creation of file stubs.
MigrateFileTest::testFiles function core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileTest.php Tests the Drupal 6 files to Drupal 8 migration.
ModuleHandler::$loadedFiles property core/lib/Drupal/Core/Extension/ModuleHandler.php List of loaded files.
MTimeProtectedFastFileStorage class core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Stores PHP code in files with securely hashed names.
MTimeProtectedFastFileStorage.php file core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php
MTimeProtectedFastFileStorage::$secret property core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php The secret used in the HMAC.
MTimeProtectedFastFileStorage::delete function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php
MTimeProtectedFastFileStorage::garbageCollection function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php
MTimeProtectedFastFileStorage::getContainingDirectoryFullPath function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Gets the full path of the file storage directory's parent.
MTimeProtectedFastFileStorage::getFullPath function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Gets the full path where the file is or should be stored.
MTimeProtectedFastFileStorage::getUncachedMTime function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Clears PHP's stat cache and returns the directory's mtime.
MTimeProtectedFastFileStorage::save function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php
MTimeProtectedFastFileStorage::tempnam function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php A brute force tempnam implementation supporting streams.
MTimeProtectedFastFileStorage::__construct function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Constructs this MTimeProtectedFastFileStorage object.
MTimeProtectedFastFileStorageTest class core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php Tests the MTimeProtectedFastFileStorage implementation.
MTimeProtectedFastFileStorageTest.php file core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php
MTimeProtectedFastFileStorageTest::$expected property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php The expected test results for the security test.
MTimeProtectedFastFileStorageTest::$storageClass property core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php The PHP storage class to test.
MTimeProtectedFileStorage class core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php Stores PHP code in files with securely hashed names.
MTimeProtectedFileStorage.php file core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php
MTimeProtectedFileStorage::checkFile function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php Determines whether a protected file exists and sets the filename too.
MTimeProtectedFileStorage::exists function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php
MTimeProtectedFileStorage::getPath function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php
MTimeProtectedFileStorage::load function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php
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
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.

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