You are here

public function ContextReactionInterface::summary in Context 8

Same name and namespace in other branches
  1. 8.4 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

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.

... See full list

File

src/ContextReactionInterface.php, line 24

Class

ContextReactionInterface

Namespace

Drupal\context

Code

public function summary();