function ConditionTestNoExistingType::summary
Provides a human readable summary of the condition's configuration.
Overrides ConditionInterface::summary
File
-
core/
modules/ system/ tests/ modules/ condition_test/ src/ Plugin/ Condition/ ConditionTestNoExistingType.php, line 30
Class
- ConditionTestNoExistingType
- Provides a condition that has a no existing context.
Namespace
Drupal\condition_test\Plugin\ConditionCode
public function summary() {
return $this->t('Condition that requires a non-existent context.');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.