function ConditionInterface::summary

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Condition/ConditionInterface.php \Drupal\Core\Condition\ConditionInterface::summary()
  2. 8.9.x core/lib/Drupal/Core/Condition/ConditionInterface.php \Drupal\Core\Condition\ConditionInterface::summary()
  3. 10 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 68

Class

ConditionInterface
An interface for condition plugins.

Namespace

Drupal\Core\Condition

Code

public function summary();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.