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
1 2 3 | public static function getConfiguration() { return static :: $configuration ; } |
Please login to continue.