You are here

public function RulesConditionInterface::negate in Rules 7.2

Negate the result.

2 methods override RulesConditionInterface::negate()
RulesCondition::negate in includes/rules.plugins.inc
Negate the result.
RulesConditionContainer::negate in includes/rules.core.inc
Negate this condition.

File

includes/rules.core.inc, line 1921
Rules base classes and interfaces needed for any rule evaluation.

Class

RulesConditionInterface
Interface for objects that can be used as conditions.

Code

public function negate($negate = TRUE);