public function Theme::summary in Context 8
Same name and namespace in other branches
- 8.4 src/Plugin/ContextReaction/Theme.php \Drupal\context\Plugin\ContextReaction\Theme::summary()
Provides a human readable summary of the condition's configuration.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup
Overrides ContextReactionInterface::summary
File
- src/
Plugin/ ContextReaction/ Theme.php, line 62
Class
- Theme
- Provides a content reaction that will let you change theme.
Namespace
Drupal\context\Plugin\ContextReactionCode
public function summary() {
return $this
->t('Gives you ability to change theme.');
}