You are here

public static function FileCacheFactory::setConfiguration in Plug 7

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

Parameters

array $configuration: The configuration to use.

1 call to FileCacheFactory::setConfiguration()
DefaultPluginManager::__construct in lib/Drupal/Core/Plugin/DefaultPluginManager.php
Creates the discovery object.

File

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

Class

FileCacheFactory
Creates a FileCache object.

Namespace

Drupal\Component\FileCache

Code

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