function TestConditionFalse::summary
Get the translated summary from the label annotation.
Return value
string The summary of the plugin.
Overrides ExecutablePluginTrait::summary
File
-
tests/
modules/ rules_test/ src/ Plugin/ Condition/ TestConditionFalse.php, line 28
Class
- TestConditionFalse
- Provides an always-FALSE test condition.
Namespace
Drupal\rules_test\Plugin\ConditionCode
public function summary() {
// We don't care about summaries for test condition plugins.
return '';
}