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

1
2
3
public static function getConfiguration() {
  return static::$configuration;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.