public static function OpignoCurrentCacheContext::getLabel in Opigno Learning path 3.x
Returns the label of the cache context.
Return value
string The label of the cache context.
Overrides CalculatedCacheContextInterface::getLabel
See also
Cache
File
- src/
Cache/ Context/ OpignoCurrentCacheContext.php, line 22
Class
- OpignoCurrentCacheContext
- Defines the OpignoCurrentCacheContext service.
Namespace
Drupal\opigno_learning_path\Cache\ContextCode
public static function getLabel() {
return t('Opigno current');
}