| ConditionExpression::isNegated |
function |
src/Plugin/RulesExpression/ConditionExpression.php |
Determines whether condition result will be negated. |
| ConditionExpression::negate |
function |
src/Plugin/RulesExpression/ConditionExpression.php |
Negates the result after evaluating this condition. |
| ConditionExpressionContainer::isNegated |
function |
src/Engine/ConditionExpressionContainer.php |
Determines whether condition result will be negated. |
| ConditionExpressionContainer::negate |
function |
src/Engine/ConditionExpressionContainer.php |
Negates the result after evaluating this condition. |
| ConditionExpressionInterface::isNegated |
function |
src/Engine/ConditionExpressionInterface.php |
Determines whether condition result will be negated. |
| ConditionExpressionInterface::negate |
function |
src/Engine/ConditionExpressionInterface.php |
Negates the result after evaluating this condition. |
| ContextConfig::negateResult |
function |
src/Context/ContextConfig.php |
Negates the result of the plugin (or not). |
| MetadataAssertionTest::testAssertingOfNegatedConditions |
function |
tests/src/Kernel/Engine/MetadataAssertionTest.php |
Tests asserted metadata of negated conditions is ignored. |
| RulesComponentListBuilderTest::testNegatedCondition |
function |
tests/src/Functional/RulesComponentListBuilderTest.php |
Tests that a negated condition has NOT prefixed to its label. |
| RulesConditionBase::negate |
function |
src/Core/RulesConditionBase.php |
Negates the result after evaluating this condition. |
| RulesConditionContainerTest::testNegate |
function |
tests/src/Unit/RulesConditionContainerTest.php |
Tests negating the result of the condition container. |
| RulesConditionInterface::negate |
function |
src/Core/RulesConditionInterface.php |
Negates the result after evaluating this condition. |
| UiPageTest::testNegatedCondition |
function |
tests/src/Functional/UiPageTest.php |
Tests that a negated condition has NOT prefixed to its label. |