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. 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
FileCacheFactory::$prefix property core/lib/Drupal/Component/FileCache/FileCacheFactory.php The cache prefix.
FileCacheFactory::DISABLE_CACHE constant core/lib/Drupal/Component/FileCache/FileCacheFactory.php The configuration key to disable FileCache completely.
FileCacheFactory::get function core/lib/Drupal/Component/FileCache/FileCacheFactory.php Instantiates a FileCache object for a given collection identifier.
FileCacheFactory::getConfiguration function core/lib/Drupal/Component/FileCache/FileCacheFactory.php Gets the configuration used for constructing future file cache objects.
FileCacheFactory::getPrefix function core/lib/Drupal/Component/FileCache/FileCacheFactory.php Returns the cache prefix.
FileCacheFactory::setConfiguration function core/lib/Drupal/Component/FileCache/FileCacheFactory.php Sets the configuration to use for constructing future file cache objects.
FileCacheFactory::setPrefix function core/lib/Drupal/Component/FileCache/FileCacheFactory.php Sets the cache prefix that should be used.
FileCacheFactoryTest class core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @coversDefaultClass \Drupal\Component\FileCache\FileCacheFactory
@group FileCache
FileCacheFactoryTest.php file core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php
FileCacheFactoryTest::configurationDataProvider function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php Data provider for testGetConfigurationOverrides().
FileCacheFactoryTest::setUp function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php
FileCacheFactoryTest::testGet function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @covers ::get
FileCacheFactoryTest::testGetConfigurationOverrides function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @covers ::get
FileCacheFactoryTest::testGetDisabledFileCache function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @covers ::get
FileCacheFactoryTest::testGetNoPrefix function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @covers ::get
FileCacheFactoryTest::testGetSetConfiguration function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @covers ::getConfiguration
@covers ::setConfiguration
FileCacheFactoryTest::testGetSetPrefix function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @covers ::getPrefix
@covers ::setPrefix
FileCacheInterface interface core/lib/Drupal/Component/FileCache/FileCacheInterface.php Interface for objects that allow caching file data.
FileCacheInterface.php file core/lib/Drupal/Component/FileCache/FileCacheInterface.php
FileCacheInterface::delete function core/lib/Drupal/Component/FileCache/FileCacheInterface.php Deletes data from the cache.
FileCacheInterface::get function core/lib/Drupal/Component/FileCache/FileCacheInterface.php Gets data based on a filename.
FileCacheInterface::getMultiple function core/lib/Drupal/Component/FileCache/FileCacheInterface.php Gets data based on filenames.
FileCacheInterface::set function core/lib/Drupal/Component/FileCache/FileCacheInterface.php Stores data based on a filename.
FileCacheTest class core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php @coversDefaultClass \Drupal\Component\FileCache\FileCache
@group FileCache
FileCacheTest.php file core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php
FileCacheTest::$fileCache property core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php FileCache object used for the tests.
FileCacheTest::$staticFileCache property core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php Static FileCache object used for verification of tests.
FileCacheTest::setUp function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php
FileCacheTest::testDelete function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php @covers ::delete
FileCacheTest::testGet function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php @covers ::get
@covers ::__construct
FileCacheTest::testGetMultiple function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php @covers ::getMultiple
FileCacheTest::testSet function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php @covers ::set
FileCopy class core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Copies or moves a local file from one place into another.
FileCopy.php file core/modules/migrate/src/Plugin/migrate/process/FileCopy.php
FileCopy::$downloadPlugin property core/modules/migrate/src/Plugin/migrate/process/FileCopy.php An instance of the download process plugin.
FileCopy::$fileSystem property core/modules/migrate/src/Plugin/migrate/process/FileCopy.php The file system service.
FileCopy::$streamWrapperManager property core/modules/migrate/src/Plugin/migrate/process/FileCopy.php The stream wrapper manager service.
FileCopy::create function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Creates an instance of the plugin.
FileCopy::getDirectory function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Returns the directory component of a URI or path.
FileCopy::isLocalUri function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Determines if the given URI or path is considered local.
FileCopy::isLocationUnchanged function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Determines if the source and destination URIs represent identical paths.
FileCopy::transform function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Performs the associated process.
FileCopy::writeFile function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Tries to move or copy a file.
FileCopy::__construct function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Constructs a file_copy process plugin.
FileCopyTest class core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Tests the file copy process plugin.
FileCopyTest class core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests the file_copy process plugin.
FileCopyTest class core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Tests the unmanaged file copy function.
FileCopyTest.php file core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php
FileCopyTest.php file core/modules/migrate/tests/src/Unit/process/FileCopyTest.php
FileCopyTest.php file core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php

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