function RulesConditionInterface::isNegated
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 1941
Class
- RulesConditionInterface
- Interface for objects that can be used as conditions.
Code
public function isNegated();