public function RulesConditionInterface::isNegated in Rules 7.2
Returns whether the element is configured to negate the result.
2 methods override RulesConditionInterface::isNegated()
- RulesCondition::isNegated in includes/
rules.plugins.inc - Returns whether the element is configured to negate the result.
- RulesConditionContainer::isNegated in includes/
rules.core.inc - Returns whether the element is configured to negate the result.
File
- includes/
rules.core.inc, line 1926 - Rules base classes and interfaces needed for any rule evaluation.
Class
- RulesConditionInterface
- Interface for objects that can be used as conditions.
Code
public function isNegated();