Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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 Tests Drupal\Component\FileCache\FileCacheFactory.
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 Tests get.
FileCacheFactoryTest::testGetConfigurationOverrides function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php Tests get configuration overrides.
FileCacheFactoryTest::testGetDisabledFileCache function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php Tests get disabled file cache.
FileCacheFactoryTest::testGetNoPrefix function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php Tests get no prefix.
FileCacheFactoryTest::testGetSetConfiguration function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @legacy-covers ::getConfiguration
@legacy-covers ::setConfiguration
FileCacheFactoryTest::testGetSetPrefix function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @legacy-covers ::getPrefix
@legacy-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 Tests Drupal\Component\FileCache\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 Tests delete.
FileCacheTest::testGet function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php @legacy-covers ::get
@legacy-covers ::__construct
FileCacheTest::testGetMultiple function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php Tests get multiple.
FileCacheTest::testSet function core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php Tests 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 Instantiates a new instance of the implementing class using autowiring.
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/Kernel/process/FileCopyTest.php Tests the file_copy process plugin.
FileCopyTest class core/modules/migrate/tests/src/Unit/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
FileCopyTest::$fileSystem property core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php The file system service.
FileCopyTest::$modules property core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Modules to install.
FileCopyTest::assertPlugin function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Creates a TestFileCopy process plugin.
FileCopyTest::doTransform function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Do an import using the destination.
FileCopyTest::providerFileProcessBaseConstructor function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Data provider for testFileProcessBaseConstructor.
FileCopyTest::providerSuccessfulReuse function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Provides the source and destination path files.

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