function ConfigurableEventHandlerEntityBundle::buildConfigurationForm

Overrides RulesConfigurableEventHandlerInterface::buildConfigurationForm

File

src/EventHandler/ConfigurableEventHandlerEntityBundle.php, line 36

Class

ConfigurableEventHandlerEntityBundle
Exposes the bundle of an entity as event setting.

Namespace

Drupal\rules\EventHandler

Code

public function buildConfigurationForm(array $form, FormStateInterface $form_state) {
    // Nothing to do by default.
}