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