You are here

public function RulesCondition::isNegated in Rules 7.2

Returns whether the element is configured to negate the result.

Overrides RulesConditionInterface::isNegated

File

includes/rules.plugins.inc, line 104
Contains plugin info and implementations not needed for rule evaluation.

Class

RulesCondition
Implements a rules condition.

Code

public function isNegated() {
  return $this->negate;
}