function RulesConditionInterface::negate

Same name in other branches
  1. 8.x-3.x src/Core/RulesConditionInterface.php \Drupal\rules\Core\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);