function TestConditionTrue::evaluate

Overrides RulesConditionBase::evaluate

File

tests/modules/rules_test/src/Plugin/Condition/TestConditionTrue.php, line 21

Class

TestConditionTrue
Provides an always-TRUE test condition.

Namespace

Drupal\rules_test\Plugin\Condition

Code

public function evaluate() {
    return TRUE;
}