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\EventHandlerCode
public function buildConfigurationForm(array $form, FormStateInterface $form_state) {
// Nothing to do by default.
}