You are here

public function ContextReactionInterface::summary in Context 8.4

Same name and namespace in other branches
  1. 8 src/ContextReactionInterface.php \Drupal\context\ContextReactionInterface::summary()
  2. 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.

... See full list

File

src/ContextReactionInterface.php, line 29

Class

ContextReactionInterface
Provides an interface for ContextReaction.

Namespace

Drupal\context

Code

public function summary();