Search for file

  1. Search 7.x for file
  2. Search 9.5.x for file
  3. Search 8.9.x for file
  4. Search 10.3.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
MigrateUserProfileFieldTest::testUserProfileFields function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldTest.php Tests migration of user profile fields.
MigrateUserProfileTranslationRollbackTest class core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileTranslationRollbackTest.php Tests rollback of user profile translations.
MigrateUserProfileTranslationRollbackTest.php file core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileTranslationRollbackTest.php
MigrateUserProfileTranslationRollbackTest::$modules property core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileTranslationRollbackTest.php Modules to install.
MigrateUserProfileTranslationRollbackTest::testRollback function core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileTranslationRollbackTest.php Tests rollback of the complete node migration.
MigrateUserProfileValuesTest class core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php User profile values migration.
MigrateUserProfileValuesTest.php file core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php
MigrateUserProfileValuesTest::$modules property core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php Modules to install.
MigrateUserProfileValuesTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php
MigrateUserProfileValuesTest::testUserProfileValues function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php Tests Drupal 6 profile values to Drupal 8 migration.
MigrateVocabularyEntityDisplayTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php Gets the path to the fixture file.
MigrateVocabularyEntityFormDisplayTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php Gets the path to the fixture file.
MigrateVocabularyFieldInstanceTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php Gets the path to the fixture file.
MigrateVocabularyFieldTest::getFixtureFilePath function core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php Gets the path to the fixture file.
MimeTypeTest::testFileMimeTypeDetection function core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php Tests mapping of mimetypes from filenames.
MinimalInstallerTest::$profile property core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php The installation profile to install.
MinimalTest::$profile property core/profiles/minimal/tests/src/Functional/MinimalTest.php The profile to install as a basis for testing.
MockFileFinder class core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php Defines a mock file finder that only returns a single filename.
MockFileFinder.php file core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php
MockFileFinder::$filename property core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php The only filename this finder ever returns.
MockFileFinder::create function core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php Creates new mock file finder objects.
MockFileFinder::findFile function core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php Finds a class.
MockFileFinderTest class core/tests/Drupal/Tests/Component/Annotation/MockFileFinderTest.php @coversDefaultClass \Drupal\Component\Annotation\Reflection\MockFileFinder
@group Annotation
MockFileFinderTest.php file core/tests/Drupal/Tests/Component/Annotation/MockFileFinderTest.php
MockFileFinderTest::testFindFile function core/tests/Drupal/Tests/Component/Annotation/MockFileFinderTest.php @covers ::create
@covers ::findFile
MockFileTransfer class core/modules/system/tests/modules/system_test/src/MockFileTransfer.php Mock FileTransfer object to test the settings form functionality.
MockFileTransfer.php file core/modules/system/tests/modules/system_test/src/MockFileTransfer.php
MockFileTransfer::factory function core/modules/system/tests/modules/system_test/src/MockFileTransfer.php Returns a Drupal\system_test\MockFileTransfer object.
MockFileTransfer::getSettingsForm function core/modules/system/tests/modules/system_test/src/MockFileTransfer.php Returns a settings form with a text field to input a username.
ModerationStateTestBase::$profile property core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php Profile to use.
ModuleExtensionList::$profileList property core/lib/Drupal/Core/Extension/ModuleExtensionList.php The profile list needed by this module list.
ModuleExtensionList::getActiveProfile function core/lib/Drupal/Core/Extension/ModuleExtensionList.php Gets the processed active profile object, or null.
ModuleExtensionList::getProfileDirectories function core/lib/Drupal/Core/Extension/ModuleExtensionList.php Finds all installation profile paths.
ModuleHandler::$includeFileKeys property core/lib/Drupal/Core/Extension/ModuleHandler.php A list of module include file keys.
ModuleHandler::$loadedFiles property core/lib/Drupal/Core/Extension/ModuleHandler.php List of loaded files.
ModuleHandler::addProfile function core/lib/Drupal/Core/Extension/ModuleHandler.php Adds an installation profile to the list of currently active modules.
ModuleHandlerInterface::addProfile function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Adds an installation profile to the list of currently active modules.
ModuleHandlerTest::testAddProfile function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests adding a profile.
ModuleHandlerTest::testProfileAllDependencies function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests that a profile can supply only real dependencies.
ModuleHandlerTest::testUninstallProfileDependency function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests uninstalling a module installed by a profile.
ModulesListFormWebTest::testModulesListFormWithEmptyDescriptionInfoFile function core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php Tests the module form with a module with an empty description in info.yml.
ModulesListFormWebTest::testModulesListFormWithInvalidInfoFile function core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php Tests the module form with a module with an invalid info.yml file.
module_test.file.inc file core/modules/system/tests/modules/module_test/module_test.file.inc
MoveTest::$fileRepository property core/modules/file/tests/src/Kernel/MoveTest.php The file repository service under test.
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 file storage directory's parent.

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