function RulesConditionInterface::negate

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 1936

Class

RulesConditionInterface
Interface for objects that can be used as conditions.

Code

public function negate($negate = TRUE);