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; }
Please login to continue.