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
DefaultContentModerationStateRevisionUpdateTest::setDatabaseDumpFiles function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Set database dump files to be used.
DefaultFileFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php Formatter for a text field on a file entity that links the field to the file.
DefaultFileFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php
DefaultFileFormatter::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php Defines the default settings for this plugin.
DefaultFileFormatter::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php Returns a form to configure settings for the formatter.
DefaultFileFormatter::viewValue function core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php Generate the output appropriate for one field item.
DefaultModerationStateUpdateTest::setDatabaseDumpFiles function core/modules/content_moderation/tests/src/Functional/Update/DefaultModerationStateUpdateTest.php Set database dump files to be used.
DemoUmamiProfileTest class core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests demo_umami profile.
DemoUmamiProfileTest.php file core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php
DemoUmamiProfileTest::$profile property core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php The profile to install as a basis for testing.
DemoUmamiProfileTest::assertDefaultConfig function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Asserts that the default configuration matches active configuration.
DemoUmamiProfileTest::drupalLoginWithPassword function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Logs in a user using the Mink controlled browser using a password.
DemoUmamiProfileTest::installParameters function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Returns the parameters that will be used when Simpletest installs Drupal.
DemoUmamiProfileTest::testAppearance function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests that the Umami theme is available on the Appearance page.
DemoUmamiProfileTest::testConfig function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests the profile supplied configuration is the same after installation.
DemoUmamiProfileTest::testDemonstrationWarningMessage function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests that the toolbar warning only appears on the admin pages.
DemoUmamiProfileTest::testEditNodesByAdmin function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests the successful editing of nodes by admin.
DemoUmamiProfileTest::testUser function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests that the users can log in with the admin password selected at install.
DemoUmamiProfileTest::testWarningsOnStatusPage function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests demo_umami profile warnings shown on Status Page.
demo_umami.profile file core/profiles/demo_umami/demo_umami.profile Enables modules and site configuration for a demo_umami site installation.
DescriptionAwareFileFormatterBase class core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php Base class for file formatters that have to deal with file descriptions.
DescriptionAwareFileFormatterBase.php file core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php
DescriptionAwareFileFormatterBase::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php Defines the default settings for this plugin.
DescriptionAwareFileFormatterBase::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php Returns a form to configure settings for the formatter.
DescriptionAwareFileFormatterBase::settingsSummary function core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php Returns a short summary for the current formatter settings.
DirectoryTest::testFileCheckDirectoryHandling function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Test directory handling functions.
DirectoryTest::testFileCheckLocalDirectoryHandling function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Test local directory handling functions.
DirectoryTest::testFileCreateNewFilepath function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php This will take a directory and path, and find a valid filepath that is not
taken by another file.
DirectoryTest::testFileDestination function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php This will test the filepath for a destination based on passed flags and
whether or not the file exists.
DirectoryTest::testFileDirectoryTemp function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Ensure that the getTempDirectory() method always returns a value.
DistributionProfileExistingSettingsTest class core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php Tests distribution profile support with existing settings.
DistributionProfileExistingSettingsTest.php file core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php
DistributionProfileExistingSettingsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php The theme to install as the default for testing.
DistributionProfileExistingSettingsTest::$info property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php The distribution profile info.
DistributionProfileExistingSettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php Prepares the current environment for running the test.
DistributionProfileExistingSettingsTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php Installer step: Select language.
DistributionProfileExistingSettingsTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php Installer step: Select installation profile.
DistributionProfileExistingSettingsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php Installer step: Configure settings.
DistributionProfileExistingSettingsTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php Confirms that the installation succeeded.
DistributionProfileTest class core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php Tests distribution profile support.
DistributionProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php
DistributionProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php The theme to install as the default for testing.
DistributionProfileTest::$info property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php The distribution profile info.
DistributionProfileTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php Prepares the current environment for running the test.
DistributionProfileTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php Installer step: Select language.
DistributionProfileTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php Installer step: Select installation profile.
DistributionProfileTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php Confirms that the installation succeeded.
DistributionProfileTranslationQueryTest class core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Tests distribution profile support with a 'langcode' query string.
DistributionProfileTranslationQueryTest.php file core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
DistributionProfileTranslationQueryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php The theme to install as the default for testing.

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