public static SessionCacheContext::getLabel()
File
- core/lib/Drupal/Core/Cache/Context/SessionCacheContext.php, line 17
Class
- SessionCacheContext
- Defines the SessionCacheContext service, for "per session" caching.
Namespace
Drupal\Core\Cache\Context
Code
1 2 3 | public static function getLabel() { return t( 'Session' ); } |
Please login to continue.