namespace Drupal\rules_test\Plugin\Condition
Object name | File name | Summary |
---|---|---|
TestConditionFalse | tests/modules/rules_test/src/Plugin/Condition/TestConditionFalse.php | Provides an always-FALSE test condition. |
TestConditionProvider | tests/modules/rules_test/src/Plugin/Condition/TestConditionProvider.php | Test condition that adds a variable with the provided context. |
TestConditionTrue | tests/modules/rules_test/src/Plugin/Condition/TestConditionTrue.php | Provides an always-TRUE test condition. |
TestTextCondition | tests/modules/rules_test/src/Plugin/Condition/TestTextCondition.php | Returns TRUE if the 'text' context parameter equals 'test value'. |