You are here

public function Rule::integrityCheck in Rules 7.2

Return value

RulesContainerPlugin

Overrides RulesContainerPlugin::integrityCheck

File

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

Class

Rule
An actual rule.

Code

public function integrityCheck() {
  parent::integrityCheck();
  $this->conditions
    ->integrityCheck();
  return $this;
}