function TestConditionTrue::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/TestConditionTrue.php, line 28

Class

TestConditionTrue
Provides an always-TRUE test condition.

Namespace

Drupal\rules_test\Plugin\Condition

Code

public function summary() {
  // We don't care about summaries for test condition plugins.
  return '';
}