You are here

protected property MultipleEntityForm::$supportedEvents in Flexiform 8

An array of supported events.

Type: array

Overrides FormEnhancerBase::$supportedEvents

File

src/Plugin/FormEnhancer/MultipleEntityForm.php, line 26

Class

MultipleEntityForm
Form enhancer for multiple entity forms.

Namespace

Drupal\flexiform\Plugin\FormEnhancer

Code

protected $supportedEvents = [
  'init_form_entity_config',
];