function RulesEventHandlerBase::validate

Implements RulesEventHandlerInterface::validate().

Overrides RulesEventHandlerInterface::validate

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

File

includes/rules.event.inc, line 230

Class

RulesEventHandlerBase
Base class for event handler.

Code

public function validate() {
    // Nothing to check by default.
}