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
InstallerExistingSettingsNoProfileTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php Verifies that installation succeeded.
InstallerKernel::getInstallProfile function core/lib/Drupal/Core/Installer/InstallerKernel.php
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
InstallerNonEnglishProfileWithoutLocaleModuleTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php
InstallerNonEnglishProfileWithoutLocaleModuleTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php
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
InstallerPostInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php
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
InstallerProfileRequirementsTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php
InstallerProfileRequirementsTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php
InstallerProfileRequirementsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php
InstallerProfileRequirementsTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php
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
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
InstallerSiteConfigProfileTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php
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
InstallerSiteConfigProfileTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php
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
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
InstallerThemesBlocksProfileTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php
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
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
InstallerTranslationExistingFileTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php
InstallerTranslationExistingFileTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php
InstallerTranslationExistingFileTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php
InstallerTranslationExistingFileTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php
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.