Overrides ContextAwarePluginTrait::getCacheContexts
public function getCacheContexts() { $contexts = parent::getCacheContexts(); $contexts[] = 'theme'; return $contexts; }