function RulesConditionContainer::isNegated

Returns whether the element is configured to negate the result.

Overrides RulesConditionInterface::isNegated

File

includes/rules.core.inc, line 2628

Class

RulesConditionContainer
Base class for all condition containers.

Code

public function isNegated() {
  return $this->negate;
}