function RulesEventHandlerInterface::validate

Validate the event settings independent from a form submission.

Throws

RulesIntegrityException In case of validation errors, RulesIntegrityExceptions are thrown.

1 method overrides RulesEventHandlerInterface::validate()
RulesEventHandlerBase::validate in includes/rules.event.inc
Implements RulesEventHandlerInterface::validate().

File

includes/rules.event.inc, line 102

Class

RulesEventHandlerInterface
Interface for handling rules events.

Code

public function validate();