You are here

7 classes are annotated with Condition in Rules 8.3

IpIsBanned in src/Plugin/Condition/IpIsBanned.php
Provides an 'IP address is blocked' condition.
NodeIsOfType in src/Plugin/Condition/NodeIsOfType.php
Provides a 'Node is of type' condition.
TestConditionFalse in tests/modules/rules_test/src/Plugin/Condition/TestConditionFalse.php
Provides an always-FALSE test condition.
TestConditionProvider in tests/modules/rules_test/src/Plugin/Condition/TestConditionProvider.php
Test condition that adds a variable with the provided context.
TestConditionTrue in tests/modules/rules_test/src/Plugin/Condition/TestConditionTrue.php
Provides an always-TRUE test condition.
TestTextCondition in tests/modules/rules_test/src/Plugin/Condition/TestTextCondition.php
Returns TRUE if the 'text' context parameter equals 'test value'.
TextComparison in src/Plugin/Condition/TextComparison.php
Provides a 'Text comparison' condition.