You are here

public static function FileCacheFactory::getConfiguration in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Component/FileCache/FileCacheFactory.php \Drupal\Component\FileCache\FileCacheFactory::getConfiguration()

Gets the configuration used for constructing future file cache objects.

Return value

array The configuration that is used.

2 calls to FileCacheFactory::getConfiguration()
FileCacheFactoryTest::setUp in core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php
FileCacheFactoryTest::testGetSetConfiguration in core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php
@covers ::getConfiguration @covers ::setConfiguration

File

core/lib/Drupal/Component/FileCache/FileCacheFactory.php, line 70
Contains \Drupal\Component\FileCache\FileCacheFactory.

Class

FileCacheFactory
Creates a FileCache object.

Namespace

Drupal\Component\FileCache

Code

public static function getConfiguration() {
  return static::$configuration;
}