You are here

public static function FileCacheFactory::getConfiguration in Plug 7

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