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
ComputedFileUrl.php file core/modules/file/src/ComputedFileUrl.php
ComputedFileUrl::$url property core/modules/file/src/ComputedFileUrl.php Computed root-relative file URL.
ComputedFileUrl::getValue function core/modules/file/src/ComputedFileUrl.php
ComputedFileUrl::setValue function core/modules/file/src/ComputedFileUrl.php
ComputedFileUrlTest class core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php @coversDefaultClass \Drupal\file\ComputedFileUrl
ComputedFileUrlTest.php file core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php
ComputedFileUrlTest::$testUrl property core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php The test URL to use.
ComputedFileUrlTest::testGetValue function core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php @covers ::getValue
ComputedFileUrlTest::testSetValue function core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php @covers ::setValue
ComputedFileUrlTest::testSetValueNoNotify function core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php @covers ::setValue
ConfigController::$fileDownloadController property core/modules/config/src/Controller/ConfigController.php The file download controller.
ConfigController::$fileSystem property core/modules/config/src/Controller/ConfigController.php The file system.
ConfigFileContentTest class core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php Tests reading and writing of configuration files.
ConfigFileContentTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php
ConfigFileContentTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php Exempt from strict schema checking.
ConfigFileContentTest::testReadWriteConfig function core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php Tests setting, writing, and reading of a configuration setting.
ConfigFileContentTest::testSerialization function core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php Tests serialization of configuration to file.
ConfigImportAllTest::$profile property core/modules/config/tests/src/Functional/ConfigImportAllTest.php
ConfigImporterTest::testInstallProfile function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests install profile validation during configuration import.
ConfigImporterTest::testInstallProfileMisMatch function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests install profile validation during configuration import.
ConfigImportForm::$fileSystem property core/modules/config/src/Form/ConfigImportForm.php The file system service.
ConfigImportInstallProfileTest class core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php Tests the importing/exporting configuration based on the install profile.
ConfigImportInstallProfileTest.php file core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
ConfigImportInstallProfileTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
ConfigImportInstallProfileTest::$modules property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
ConfigImportInstallProfileTest::$profile property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php The profile to install as a basis for testing.
ConfigImportInstallProfileTest::$webUser property core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php A user with the 'synchronize configuration' permission.
ConfigImportInstallProfileTest::setUp function core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php
ConfigImportInstallProfileTest::testInstallProfileValidation function core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php Tests config importer can uninstall install profiles.
ConfigInstaller::$installProfile property core/lib/Drupal/Core/Config/ConfigInstaller.php The name of the currently active installation profile.
ConfigInstaller::drupalGetProfile function core/lib/Drupal/Core/Config/ConfigInstaller.php Gets the install profile from settings.
ConfigInstaller::getProfileStorages function core/lib/Drupal/Core/Config/ConfigInstaller.php Gets the profile storage to use to check for profile overrides.
ConfigInstallProfileOverrideTest class core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php Tests that configuration objects are correct after various operations.
ConfigInstallProfileOverrideTest.php file core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php
ConfigInstallProfileOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php
ConfigInstallProfileOverrideTest::$profile property core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php The profile to install as a basis for testing.
ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite function core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php Tests install profile config changes.
ConfigInstallProfileUnmetDependenciesTest class core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Tests install profile config overrides can not add unmet dependencies.
ConfigInstallProfileUnmetDependenciesTest.php file core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php
ConfigInstallProfileUnmetDependenciesTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php
ConfigInstallProfileUnmetDependenciesTest::$expectedException property core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Contains the expected exception if it is thrown.
ConfigInstallProfileUnmetDependenciesTest::$profile property core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php The installation profile to install.
ConfigInstallProfileUnmetDependenciesTest::copyTestingOverrides function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Copy the testing_config_overrides install profile.
ConfigInstallProfileUnmetDependenciesTest::prepareEnvironment function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php
ConfigInstallProfileUnmetDependenciesTest::setUpSettings function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php
ConfigInstallProfileUnmetDependenciesTest::setUpSite function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php
ConfigInstallProfileUnmetDependenciesTest::testInstalled function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Confirms that the installation succeeded.
ConfigSyncReadmeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php Set database dump files to be used.
ConfigTest::testDefaultFile function core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php @covers ::getText
ConfigTest::testFileConfigurationPage function core/modules/system/tests/src/Functional/File/ConfigTest.php Tests file configuration page.

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