Same name and namespace in other branches
  1. 10 core/lib/Drupal/Component/FileCache/FileCacheFactory.php \Drupal\Component\FileCache\FileCacheFactory::setConfiguration()
  2. 9 core/lib/Drupal/Component/FileCache/FileCacheFactory.php \Drupal\Component\FileCache\FileCacheFactory::setConfiguration()

Sets the configuration to use for constructing future file cache objects.

Parameters

array $configuration: The configuration to use.

9 calls to FileCacheFactory::setConfiguration()
AnnotatedClassDiscoveryCachedTest::setUp in core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryCachedTest.php
AnnotatedClassDiscoveryTest::setUp in core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php
DrupalKernel::boot in core/lib/Drupal/Core/DrupalKernel.php
Boots the current kernel.
FileCacheFactoryTest::setUp in core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php
FileCacheFactoryTest::testGetConfigurationOverrides in core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php
@covers ::get

... See full list

File

core/lib/Drupal/Component/FileCache/FileCacheFactory.php, line 92

Class

FileCacheFactory
Creates a FileCache object.

Namespace

Drupal\Component\FileCache

Code

public static function setConfiguration($configuration) {
  static::$configuration = $configuration;
}