function TestConditionFalse::evaluate

Overrides RulesConditionBase::evaluate

File

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

Class

TestConditionFalse
Provides an always-FALSE test condition.

Namespace

Drupal\rules_test\Plugin\Condition

Code

public function evaluate() {
    return FALSE;
}