function ConditionExpressionInterface::isNegated

Determines whether condition result will be negated.

Return value

bool Whether the condition result will be negated.

2 methods override ConditionExpressionInterface::isNegated()
ConditionExpression::isNegated in src/Plugin/RulesExpression/ConditionExpression.php
Determines whether condition result will be negated.
ConditionExpressionContainer::isNegated in src/Engine/ConditionExpressionContainer.php
Determines whether condition result will be negated.

File

src/Engine/ConditionExpressionInterface.php, line 26

Class

ConditionExpressionInterface
Defines the interface for Rules expressions that can be used as conditions.

Namespace

Drupal\rules\Engine

Code

public function isNegated();