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
NodeTranslationUITest::$profile property core/modules/node/tests/src/Functional/NodeTranslationUITest.php The profile to install as a basis for testing.
NodeUpdateTest::setDatabaseDumpFiles function core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php Set database dump files to be used.
NoJavaScriptAnonymousTest::$profile property core/modules/system/tests/src/Functional/Common/NoJavaScriptAnonymousTest.php The profile to install as a basis for testing.
NoProfilesException class core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php Exception thrown if no installation profiles are available.
NoProfilesException.php file core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php
NoProfilesException::__construct function core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php Constructs a new "no profiles available" exception.
NotRegularFileException class core/lib/Drupal/Core/File/Exception/NotRegularFileException.php Exception thrown when a target is not a regular file (e.g. a directory).
NotRegularFileException.php file core/lib/Drupal/Core/File/Exception/NotRegularFileException.php
NullFileCache class core/lib/Drupal/Component/FileCache/NullFileCache.php Null implementation for the file cache.
NullFileCache.php file core/lib/Drupal/Component/FileCache/NullFileCache.php
NullFileCache::delete function core/lib/Drupal/Component/FileCache/NullFileCache.php Deletes data from the cache.
NullFileCache::get function core/lib/Drupal/Component/FileCache/NullFileCache.php Gets data based on a filename.
NullFileCache::getMultiple function core/lib/Drupal/Component/FileCache/NullFileCache.php Gets data based on filenames.
NullFileCache::set function core/lib/Drupal/Component/FileCache/NullFileCache.php Stores data based on a filename.
NullFileCache::__construct function core/lib/Drupal/Component/FileCache/NullFileCache.php Constructs a FileCache object.
NumericFormatPluralTest::createFile function core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Creates and saves a test file.
OEmbed::$fileSystem property core/modules/media/src/Plugin/media/Source/OEmbed.php The file system.
OtherInstallationProfileTestsTest class core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php Verifies that tests in other installation profiles are found.
OtherInstallationProfileTestsTest.php file core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php
OtherInstallationProfileTestsTest::$adminUser property core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php An administrative user with permission to administer unit tests.
OtherInstallationProfileTestsTest::$modules property core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php Modules to enable.
OtherInstallationProfileTestsTest::$profile property core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php Use the Minimal profile.
OtherInstallationProfileTestsTest::setUp function core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php
OtherInstallationProfileTestsTest::testOtherInstallationProfile function core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php Tests that tests located in another installation profile appear.
PageCacheTagsIntegrationTest::$profile property core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php The profile to install as a basis for testing.
PagerTest::$profile property core/modules/system/tests/src/Functional/Pager/PagerTest.php The profile to install as a basis for testing.
PageTitleConvertedIntoBlockUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php Set database dump files to be used.
PathAliasToEntityUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/PathAliasToEntityUpdateTest.php Set database dump files to be used.
PathProcessorFiles class core/modules/system/src/PathProcessor/PathProcessorFiles.php Defines a path processor to rewrite file URLs.
PathProcessorFiles.php file core/modules/system/src/PathProcessor/PathProcessorFiles.php
PathProcessorFiles::processInbound function core/modules/system/src/PathProcessor/PathProcessorFiles.php Processes the inbound path.
path_processor.files service core/modules/system/system.services.yml Drupal\system\PathProcessor\PathProcessorFiles
PharExtensionInterceptor::baseFileContainsPharExtension function core/lib/Drupal/Core/Security/PharExtensionInterceptor.php Determines if a path has a .phar extension or invoked execution.
PharWrapperTest::testPharFile function core/tests/Drupal/KernelTests/Core/File/PharWrapperTest.php Tests that only valid phar files can be used.
PhpSerialize::getFileExtension function core/lib/Drupal/Component/Serialization/PhpSerialize.php Gets the file extension for this serialization format.
PhpUnitTestRunner::xmlLogFilePath function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Returns the path to use for PHPUnit's --log-junit option.
PhpUnitTestRunnerTest::testXmlLogFilePath function core/tests/Drupal/Tests/Core/Test/PhpUnitTestRunnerTest.php @covers ::xmlLogFilePath
PlaceholderTextUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php Set database dump files to be used.
PoStreamWriterTest::$poFile property core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php The mock po file.
PrivateFileOnTranslatedEntityTest class core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php Uploads private files to translated node and checks access.
PrivateFileOnTranslatedEntityTest.php file core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
PrivateFileOnTranslatedEntityTest::$defaultTheme property core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php The theme to install as the default for testing.
PrivateFileOnTranslatedEntityTest::$fieldName property core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php The name of the file field used in the test.
PrivateFileOnTranslatedEntityTest::$modules property core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php Modules to enable.
PrivateFileOnTranslatedEntityTest::setUp function core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile function core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php Tests private file fields on translated nodes.
profile.default.services.yml file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-profile/assets/profile.default.services.yml core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-profile/assets/profile.default.services.yml
ProfileExtensionList class core/lib/Drupal/Core/Extension/ProfileExtensionList.php Provides a list of installation profiles.
ProfileExtensionList.php file core/lib/Drupal/Core/Extension/ProfileExtensionList.php
ProfileExtensionList::$defaults property core/lib/Drupal/Core/Extension/ProfileExtensionList.php Default values to be merged into *.info.yml file arrays.

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