Search for file

  1. Search 7.x for file
  2. Search 8.9.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
InstallerExistingSettingsNoProfileTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php Configures a preexisting settings.php file without an install_profile
setting before invoking the interactive installer.
InstallerExistingSettingsNoProfileTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php Installer step: Configure settings.
InstallerExistingSettingsNoProfileTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php Verifies that installation succeeded.
InstallerKernel::getInstallProfile function core/lib/Drupal/Core/Installer/InstallerKernel.php Gets the active install profile.
InstallerLanguageTest::testInstallerTranslationFiles function core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php Tests that the installer can find translation files.
InstallerNonEnglishProfileWithoutLocaleModuleTest class core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php Tests installing a profile with non-English language and no locale module.
InstallerNonEnglishProfileWithoutLocaleModuleTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php
InstallerNonEnglishProfileWithoutLocaleModuleTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php The theme to install as the default for testing.
InstallerNonEnglishProfileWithoutLocaleModuleTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php The installation profile to install.
InstallerNonEnglishProfileWithoutLocaleModuleTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php Prepares the current environment for running the test.
InstallerNonEnglishProfileWithoutLocaleModuleTest::PROFILE constant core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php The testing profile name.
InstallerNonEnglishProfileWithoutLocaleModuleTest::testNonEnglishProfileWithoutLocaleModule function core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php Tests installing a profile with non-English language and no locale module.
InstallerPerformanceTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php The profile to install as a basis for testing.
InstallerPostInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php The installation profile to install.
InstallerProfileRequirementsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php Tests that an install profile can implement hook_requirements().
InstallerProfileRequirementsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php
InstallerProfileRequirementsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php The theme to install as the default for testing.
InstallerProfileRequirementsTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php The installation profile to install.
InstallerProfileRequirementsTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php Installer step: Requirements problem.
InstallerProfileRequirementsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php Installer step: Configure settings.
InstallerProfileRequirementsTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php Final installer step: Configure site.
InstallerProfileRequirementsTest::testHookRequirementsFailure function core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php Assert that the profile failed hook_requirements().
InstallerRouterTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php The installation profile to install.
InstallerSiteConfigProfileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php Verifies that the installer uses the profile's site configuration.
InstallerSiteConfigProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php
InstallerSiteConfigProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php The theme to install as the default for testing.
InstallerSiteConfigProfileTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php The installation profile to install.
InstallerSiteConfigProfileTest::EXPECTED_SITE_MAIL constant core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php The site mail we expect to be set from the install profile.
InstallerSiteConfigProfileTest::EXPECTED_TIMEZONE constant core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php The timezone we expect to be set from the install profile.
InstallerSiteConfigProfileTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php Returns the parameters that will be used when Simpletest installs Drupal.
InstallerSiteConfigProfileTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php Final installer step: Configure site.
InstallerSiteConfigProfileTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php Verify the correct site config was set.
InstallerTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php Installer step: Select installation profile.
InstallerTestBase::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php The installation profile to install.
InstallerTestBase::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php Installer step: Select installation profile.
InstallerThemesBlocksProfileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php Verifies that the installer does not generate theme blocks.
InstallerThemesBlocksProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php
InstallerThemesBlocksProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php The theme to install as the default for testing.
InstallerThemesBlocksProfileTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php The installation profile to install.
InstallerThemesBlocksProfileTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php Verify that there is no automatic block generation.
InstallerTranslationExistingFileTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Tests translation files for multiple languages get imported during install.
InstallerTranslationExistingFileTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php
InstallerTranslationExistingFileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php The theme to install as the default for testing.
InstallerTranslationExistingFileTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Overrides the language code in which to install Drupal.
InstallerTranslationExistingFileTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Installer step: Select language.
InstallerTranslationExistingFileTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Installer step: Select installation profile.
InstallerTranslationExistingFileTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Installer step: Requirements problem.
InstallerTranslationExistingFileTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Installer step: Configure settings.
InstallerTranslationExistingFileTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Final installer step: Configure site.
InstallerTranslationExistingFileTest::testInstall function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php Ensures language selection has not failed.

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