Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Condition/ConditionInterface.php \Drupal\Core\Condition\ConditionInterface::summary()
  2. 9 core/lib/Drupal/Core/Condition/ConditionInterface.php \Drupal\Core\Condition\ConditionInterface::summary()

Provides a human readable summary of the condition's configuration.

10 methods override ConditionInterface::summary()
BaloneySpam::summary in core/modules/block/tests/modules/block_test/src/Plugin/Condition/BaloneySpam.php
Provides a human readable summary of the condition's configuration.
ConditionTestDualUser::summary in core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php
Provides a human readable summary of the condition's configuration.
ConditionTestNoExistingType::summary in core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestNoExistingType.php
Provides a human readable summary of the condition's configuration.
CurrentThemeCondition::summary in core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php
Provides a human readable summary of the condition's configuration.
Language::summary in core/modules/language/src/Plugin/Condition/Language.php
Provides a human readable summary of the condition's configuration.

... See full list

File

core/lib/Drupal/Core/Condition/ConditionInterface.php, line 68

Class

ConditionInterface
An interface for condition plugins.

Namespace

Drupal\Core\Condition

Code

public function summary();