function Rule::integrityCheck

Overrides RulesContainerPlugin::integrityCheck

File

includes/rules.plugins.inc, line 260

Class

Rule
An actual rule.

Code

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