Search for file

  1. Search 7.x for file
  2. Search 9.5.x for file
  3. Search 10.3.x for file
  4. Search 11.x for file
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
File class core/modules/media/src/Plugin/media/Source/File.php File entity media source.
File class core/modules/file/src/Entity/File.php Defines the file entity class.
File class core/modules/file/src/Plugin/views/field/File.php Field handler to provide simple renderer that allows linking to a file.
File class core/modules/file/src/Plugin/views/wizard/File.php Tests creating managed files views with the wizard.
File class core/modules/file/src/Plugin/migrate/source/d6/File.php Drupal 6 file source from database.
File class core/modules/file/src/Plugin/migrate/source/d7/File.php Drupal 7 file source from database.
File class core/lib/Drupal/Core/Render/Element/File.php Provides a form element for uploading a file.

All search results

Title Object type File name Summary
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 Deletes PHP code from storage.
MTimeProtectedFastFileStorage::garbageCollection function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Performs garbage collection on the storage.
MTimeProtectedFastFileStorage::getContainingDirectoryFullPath function core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php Gets the full path of the containing directory where the file is or should
be stored.
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 Saves PHP code to storage.
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 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::$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 enable.
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.
NodeAccessBaseTableTest::$profile property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php The installation profile to use with this test.
NoDependenciesUpdateTest::$installProfile property core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php The install profile used in the database dump file.
NoDependenciesUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php Set database dump files to be used.

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