FileCacheFactory::getPrefix

public static FileCacheFactory::getPrefix()

Returns the cache prefix.

Return value

string The cache prefix.

File

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

Class

FileCacheFactory
Creates a FileCache object.

Namespace

Drupal\Component\FileCache

Code

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

Please login to continue.