You are here

public static function FileCacheFactory::getConfiguration in Service Container 7

Same name and namespace in other branches
  1. 7.2 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.

File

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;
}