function ConfigurableEventHandlerEntityBundle::validate

Validates that this event is configured correctly.

Return value

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

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.
}