public function Regions::summary in Context 8.4
Same name and namespace in other branches
- 8 src/Plugin/ContextReaction/Regions.php \Drupal\context\Plugin\ContextReaction\Regions::summary()
Provides a human readable summary of the condition's configuration.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup An object that, when cast to a string, returns the translated string.
Overrides ContextReactionInterface::summary
File
- src/
Plugin/ ContextReaction/ Regions.php, line 75
Class
- Regions
- Provides a content reaction that will let you disable regions.
Namespace
Drupal\context\Plugin\ContextReactionCode
public function summary() {
return $this
->t('Lets you remove regions from selected theme.');
}