function RulesConfigurableEventHandlerInterface::validate

Validates that this event is configured correctly.

Return value

\Drupal\rules\Engine\IntegrityViolationList A list object containing \Drupal\rules\Engine\IntegrityViolation objects.

1 method overrides RulesConfigurableEventHandlerInterface::validate()
ConfigurableEventHandlerEntityBundle::validate in src/EventHandler/ConfigurableEventHandlerEntityBundle.php
Validates that this event is configured correctly.

File

src/Core/RulesConfigurableEventHandlerInterface.php, line 89

Class

RulesConfigurableEventHandlerInterface
Interface for handling configurable rules events.

Namespace

Drupal\rules\Core

Code

public function validate();