function RulesCondition::isNegated
Returns whether the element is configured to negate the result.
Overrides RulesConditionInterface::isNegated
File
-
includes/
rules.plugins.inc, line 104
Class
- RulesCondition
- Implements a rules condition.
Code
public function isNegated() {
return $this->negate;
}