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