You are here

public function ConditionInterface::summary in Zircon Profile 8

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

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

8 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.
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.
NodeType::summary in core/modules/node/src/Plugin/Condition/NodeType.php
Provides a human readable summary of the condition's configuration.

... See full list

File

core/lib/Drupal/Core/Condition/ConditionInterface.php, line 71
Contains \Drupal\Core\Condition\ConditionInterface.

Class

ConditionInterface
An interface for condition plugins.

Namespace

Drupal\Core\Condition

Code

public function summary();