function ConditionInterface::summary
Provides a human readable summary of the condition's configuration.
6 methods override ConditionInterface::summary()
- 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.
- Language::summary in core/
modules/ language/ src/ Plugin/ Condition/ Language.php - Provides a human readable summary of the condition's configuration.
- RequestPath::summary in core/
modules/ system/ src/ Plugin/ Condition/ RequestPath.php - Provides a human readable summary of the condition's configuration.
- ResponseStatus::summary in core/
modules/ system/ src/ Plugin/ Condition/ ResponseStatus.php - Provides a human readable summary of the condition's configuration.
File
-
core/
lib/ Drupal/ Core/ Condition/ ConditionInterface.php, line 68
Class
- ConditionInterface
- An interface for condition plugins.
Namespace
Drupal\Core\ConditionCode
public function summary();