You are here

public function ConfigurableEventHandlerEntityBundle::validate in Rules 8.3

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 42

Class

ConfigurableEventHandlerEntityBundle
Exposes the bundle of an entity as event setting.

Namespace

Drupal\rules\EventHandler

Code

public function validate() {

  // Nothing to check by default.
}