You are here

public function Rule::conditionContainer in Rules 7.2

Returns the "And" condition container, which contains all conditions of this rule.

Return value

RulesAnd

File

includes/rules.plugins.inc, line 204
Contains plugin info and implementations not needed for rule evaluation.

Class

Rule
An actual rule.

Code

public function conditionContainer() {
  return $this->conditions;
}