You are here

protected property SubmitButtonAjax::$supportedEvents in Flexiform 8

An array of supported events.

Type: array

Overrides FormEnhancerBase::$supportedEvents

File

src/Plugin/FormEnhancer/SubmitButtonAjax.php, line 41

Class

SubmitButtonAjax
FormEnhancer for altering the ajax settings of submit buttons.

Namespace

Drupal\flexiform\Plugin\FormEnhancer

Code

protected $supportedEvents = [
  'process_form',
];