You are here

public function RulesEventHandlerBase::validate in Rules 7.2

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
Contains event handler interface and base classes.

Class

RulesEventHandlerBase
Base class for event handler.

Code

public function validate() {

  // Nothing to check by default.
}