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
ResolvedLibraryDefinitionsFilesMatchTest::$librariesToSkip property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php A list of libraries to skip checking, in the format extension/library_name.
ResolvedLibraryDefinitionsFilesMatchTest::$libraryDiscovery property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php The library discovery service.
ResolvedLibraryDefinitionsFilesMatchTest::$modules property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Modules to enable.
ResolvedLibraryDefinitionsFilesMatchTest::$pathsChecked property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php A list of all paths that have been checked.
ResolvedLibraryDefinitionsFilesMatchTest::$themeHandler property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php The theme handler.
ResolvedLibraryDefinitionsFilesMatchTest::$themeInitialization property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php The theme initialization.
ResolvedLibraryDefinitionsFilesMatchTest::$themeManager property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php The theme manager.
ResolvedLibraryDefinitionsFilesMatchTest::getAllLibraries function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Gets all libraries for core and all installed modules.
ResolvedLibraryDefinitionsFilesMatchTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
ResolvedLibraryDefinitionsFilesMatchTest::testCoreLibraryCompleteness function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Ensures that all core module and theme library files exist.
ResolvedLibraryDefinitionsFilesMatchTest::verifyLibraryFilesExist function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Checks that all the library files exist.
ResponsiveImageFieldDisplayTest::$fileUrlGenerator property core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php The file URL generator.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersLinkToFile function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatters on node display linked to the file.
RestSettingsDeletionUpdateTest::setDatabaseDumpFiles function core/modules/rest/tests/src/Functional/Update/RestSettingsDeletionUpdateTest.php Set database dump files to be used.
RetrieveFileTest class core/modules/system/tests/src/Functional/System/RetrieveFileTest.php Tests HTTP file fetching and error handling.
RetrieveFileTest.php file core/modules/system/tests/src/Functional/System/RetrieveFileTest.php
RetrieveFileTest::$defaultTheme property core/modules/system/tests/src/Functional/System/RetrieveFileTest.php The theme to install as the default for testing.
RetrieveFileTest::testFileRetrieving function core/modules/system/tests/src/Functional/System/RetrieveFileTest.php Invokes system_retrieve_file() in several scenarios.
Routes::getFileUploadRouteName function core/modules/jsonapi/src/Routing/Routes.php Get a unique route name for the file upload resource type and route type.
Routes::getFileUploadRoutesForResourceType function core/modules/jsonapi/src/Routing/Routes.php Gets the file upload route collection for the given resource type.
Routes::hasNonInternalFileTargetResourceTypes function core/modules/jsonapi/src/Routing/Routes.php Determines if an array of resource types lists non-internal "file" ones.
SaveTest::testFileSave function core/modules/file/tests/src/Kernel/SaveTest.php
SaveUploadFormTest::$phpfile property core/modules/file/tests/src/Functional/SaveUploadFormTest.php A PHP file path for upload security testing.
SaveUploadFormTest::testDrupalMovingUploadedFileError function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests for log entry on failing destination.
SaveUploadFormTest::testHandleDangerousFile function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests dangerous file handling.
SaveUploadFormTest::testHandleFileMunge function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests file munge handling.
SaveUploadTest::$phpfile property core/modules/file/tests/src/Functional/SaveUploadTest.php A PHP file path for upload security testing.
SaveUploadTest::testDrupalMovingUploadedFileError function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests for log entry on failing destination.
SaveUploadTest::testHandleDangerousFile function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests dangerous file handling.
SaveUploadTest::testHandleDotFile function core/modules/file/tests/src/Functional/SaveUploadTest.php Test dangerous file handling.
SaveUploadTest::testHandleFileMunge function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests file munge handling.
SaveUploadTest::testInvalidUtf8FilenameUpload function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests that filenames containing invalid UTF-8 are rejected.
ScaffoldFileCollection class composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Collection of scaffold files.
ScaffoldFileCollection.php file composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php
ScaffoldFileCollection::$scaffoldFilesByProject property composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Nested list of all scaffold files.
ScaffoldFileCollection::checkListHasItemWithContent function composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Scans through a list of scaffold files and determines if any has contents.
ScaffoldFileCollection::checkUnchanged function composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Returns the list of files that have not changed since they were scaffolded.
ScaffoldFileCollection::filterFiles function composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Removes any item that has a path matching any path in the provided list.
ScaffoldFileCollection::getIterator function composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php
ScaffoldFileCollection::process function composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Processes the iterator created by ScaffoldFileCollection::create().
ScaffoldFileCollection::processScaffoldFiles function composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Processes the files in our collection.
ScaffoldFileCollection::__construct function composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php ScaffoldFileCollection constructor.
ScaffoldFileCollectionTest class core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/ScaffoldFileCollectionTest.php @coversDefaultClass \Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldFileCollection
ScaffoldFileCollectionTest.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/ScaffoldFileCollectionTest.php
ScaffoldFileCollectionTest::testCreate function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/ScaffoldFileCollectionTest.php @covers ::__construct
ScaffoldFileInfo class composer/Plugin/Scaffold/ScaffoldFileInfo.php Data object that keeps track of one scaffold file.
ScaffoldFileInfo.php file composer/Plugin/Scaffold/ScaffoldFileInfo.php
ScaffoldFileInfo::$destination property composer/Plugin/Scaffold/ScaffoldFileInfo.php The path to the destination.
ScaffoldFileInfo::$op property composer/Plugin/Scaffold/ScaffoldFileInfo.php The operation used to create the destination.
ScaffoldFileInfo::destination function composer/Plugin/Scaffold/ScaffoldFileInfo.php Gets the destination.

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