function ConfigurableEventHandlerEntityBundle::buildConfigurationForm
Builds the event configuration form.
Parameters
array $form: An associative array containing the initial structure of the plugin form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the complete form.
Return value
array The form structure.
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.
}