Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
FileAudioFormatterTest::testRender function core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php Tests render.
FileCache::reset function core/lib/Drupal/Component/FileCache/FileCache.php Resets the static cache.
FileCache::set function core/lib/Drupal/Component/FileCache/FileCache.php Stores data based on a filename.
FileCache::__construct function core/lib/Drupal/Component/FileCache/FileCache.php Constructs a FileCache object.
FileCacheBackendInterface::store function core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php Stores data into a cache backend.
FileCacheFactory::DISABLE_CACHE constant core/lib/Drupal/Component/FileCache/FileCacheFactory.php The configuration key to disable FileCache completely.
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 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::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.
FileCookieJarShimTest class core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php Tests the hardened backport of \GuzzleHttp\Cookie\FileCookieJar.
FileCookieJarShimTest.php file core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php
FileCookieJarShimTest::$file property core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php The path used for cookie storage during a test.
FileCookieJarShimTest::setUp function core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php
FileCookieJarShimTest::tearDown function core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php
FileCookieJarShimTest::testHardenedClassIsLoaded function core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php Confirms the hardened replacement (with __wakeup) is the class in use.
FileCookieJarShimTest::testLegitimateInstanceAutoSavesOnDestruction function core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php The jar must retain full functionality: auto-save on destruction.
FileCookieJarShimTest::testSaveEscapesTagCharacters function core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php Saved files must JSON-escape tag characters (defense in depth).
FileCookieJarShimTest::testUnserializedInstanceDoesNotAutoSave function core/tests/Drupal/Tests/Component/Cookie/FileCookieJarShimTest.php An unserialized jar must not auto-save (the gadget chain sink).
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::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::__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.

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