public function ContextReactionInterface::summary in Context 8.4
Same name and namespace in other branches
- 8 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 An object that, when cast to a string, returns the translated string.
7 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.
- PageTitle::summary in src/
Plugin/ ContextReaction/ PageTitle.php - Provides a human readable summary of the condition's configuration.
File
- src/
ContextReactionInterface.php, line 29
Class
- ContextReactionInterface
- Provides an interface for ContextReaction.
Namespace
Drupal\contextCode
public function summary();