FileCacheFactory::getConfiguration

public static FileCacheFactory::getConfiguration()

Gets the configuration used for constructing future file cache objects.

Return value

array The configuration that is used.

File

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

Class

FileCacheFactory
Creates a FileCache object.

Namespace

Drupal\Component\FileCache

Code

public static function getConfiguration() {
  return static::$configuration;
}
doc_Drupal
2016-10-29 09:13:24
Comments
Leave a Comment

Please login to continue.