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

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

Please login to continue.