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. Search 11.x for file
  6. 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
TestFileParserTest::provideTestFileContents function core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php
TestFileParserTest::testGetTestListFromFile function core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php Tests get test list from file.
TestFileParserTest::testParseContents function core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php Tests parse contents.
TestFileUsage class core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php Test class of database file usage backend implementation.
TestFileUsage.php file core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php
TestFileUsage::add function core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php
TestFileUsage::delete function core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php
TestFileUsage::listUsage function core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php
TestingHooksProfile class core/profiles/tests/testing_hooks/src/Hook/TestingHooksProfile.php Hook implementation on behalf of another module.
TestingHooksProfile.php file core/profiles/tests/testing_hooks/src/Hook/TestingHooksProfile.php
TestingHooksProfile::flush function core/profiles/tests/testing_hooks/src/Hook/TestingHooksProfile.php Implements hook_cache_flush().
TestingProfileHooksTest class core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooksTest.php Tests installing the Testing profile with update notifications on.
TestingProfileHooksTest.php file core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooksTest.php
TestingProfileHooksTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooksTest.php
TestingProfileHooksTest::$profile property core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooksTest.php
TestingProfileHooksTest::testHookPickup function core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooksTest.php Test hooks are picked up.
TestingProfileInstallTest class core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Tests installing the Testing profile with update notifications on.
TestingProfileInstallTest.php file core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php
TestingProfileInstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php
TestingProfileInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php
TestingProfileInstallTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php
TestingProfileInstallTest::testUpdateModuleInstall function core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Ensure the Update Status module is installed.
testing_hooks.profile file core/profiles/tests/testing_hooks/testing_hooks.profile
testing_install_profile_all_dependencies.info.yml file core/profiles/tests/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml core/profiles/tests/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml
testing_install_profile_dependencies.info.yml file core/profiles/tests/testing_install_profile_dependencies/testing_install_profile_dependencies.info.yml core/profiles/tests/testing_install_profile_dependencies/testing_install_profile_dependencies.info.yml
TestLibraryDiscoveryParser::fileValidUri function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
TestLibraryDiscoveryParser::setFileValidUri function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
TestProfilerExtension class core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php Twig extension to add a test node visitor.
TestProfilerExtension.php file core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php
TestProfilerExtension::enter function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php Dummy function called when a Twig template is entered.
TestProfilerExtension::getNodeVisitors function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php
TestProfilerExtension::leave function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php Dummy function called when a Twig template is left.
TestRun::processPhpErrorLogFile function core/lib/Drupal/Core/Test/TestRun.php Reads the PHP error log and reports any errors as assertion failures.
TestRunTest::testProcessPhpErrorLogFile function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php Tests process php error log file.
TestSetupTrait::$privateFilesDirectory property core/lib/Drupal/Core/Test/TestSetupTrait.php The private file directory for the test environment.
TestSetupTrait::$publicFilesDirectory property core/lib/Drupal/Core/Test/TestSetupTrait.php The public file directory for the test environment.
TestSetupTrait::$tempFilesDirectory property core/lib/Drupal/Core/Test/TestSetupTrait.php The temporary file directory for the test environment.
TestSiteApplicationTest::getTestLockFile function core/tests/Drupal/KernelTests/Scripts/TestSiteApplicationTest.php Gets the lock file path.
TestSiteApplicationTest::testInstallWithFileWithNoClass function core/tests/Drupal/KernelTests/Scripts/TestSiteApplicationTest.php Tests install with file with no class.
TestSiteApplicationTest::testInstallWithNonExistingFile function core/tests/Drupal/KernelTests/Scripts/TestSiteApplicationTest.php Tests install with non existing file.
TestSiteInstallCommand::$profile property core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php The install profile to use.
TestSiteTearDownCommand::fileUnmanagedDeleteRecursive function core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php Deletes all files and directories in the specified path recursively.
TestToolkit::parseFile function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
TextFieldTest::testRequiredLongTextWithFileUpload function core/modules/text/tests/src/Functional/TextFieldTest.php Tests required long text with file upload.
TextWithSummaryFileUsageTest class core/modules/editor/tests/src/Kernel/TextWithSummaryFileUsageTest.php Tests tracking of file usage by the Text Editor module.
TextWithSummaryFileUsageTest.php file core/modules/editor/tests/src/Kernel/TextWithSummaryFileUsageTest.php
TextWithSummaryFileUsageTest::$modules property core/modules/editor/tests/src/Kernel/TextWithSummaryFileUsageTest.php
TextWithSummaryFileUsageTest::setUp function core/modules/editor/tests/src/Kernel/TextWithSummaryFileUsageTest.php
TextWithSummaryFileUsageTest::testEditorEntityHooks function core/modules/editor/tests/src/Kernel/TextWithSummaryFileUsageTest.php Tests the configurable text editor manager.
ThemeHooks::managedFile function core/themes/admin/src/Hook/ThemeHooks.php Prerender callback for managed_file.

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