public function ContextReactionInterface::summary in Context 8
Same name and namespace in other branches
- 8.4 src/ContextReactionInterface.php \Drupal\context\ContextReactionInterface::summary()
- 8.0 src/ContextReactionInterface.php \Drupal\context\ContextReactionInterface::summary()
Provides a human readable summary of the condition's configuration.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup
6 methods override ContextReactionInterface::summary()
- Blocks::summary in src/
Plugin/ ContextReaction/ Blocks.php - Provides a human readable summary of the condition's configuration.
- BodyClass::summary in src/
Plugin/ ContextReaction/ BodyClass.php - Provides a human readable summary of the condition's configuration.
- Menu::summary in src/
Plugin/ ContextReaction/ Menu.php - Provides a human readable summary of the condition's configuration.
- PageTemplateSuggestions::summary in src/
Plugin/ ContextReaction/ PageTemplateSuggestions.php - Provides a human readable summary of the condition's configuration.
- Regions::summary in src/
Plugin/ ContextReaction/ Regions.php - Provides a human readable summary of the condition's configuration.
File
- src/
ContextReactionInterface.php, line 24
Class
Namespace
Drupal\contextCode
public function summary();