function ConfigurableEventHandlerEntityBundle::validate

Overrides RulesConfigurableEventHandlerInterface::validate

File

src/EventHandler/ConfigurableEventHandlerEntityBundle.php, line 43

Class

ConfigurableEventHandlerEntityBundle
Exposes the bundle of an entity as event setting.

Namespace

Drupal\rules\EventHandler

Code

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