You are here

public function ConditionInterface::summary in Drupal 9

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

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

11 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.
EntityBundle::summary in core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php
Provides a human readable summary of the condition's configuration.

... See full list

File

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

Class

ConditionInterface
An interface for condition plugins.

Namespace

Drupal\Core\Condition

Code

public function summary();