You are here

protected property SubmitButtonLabel::$supportedEvents in Flexiform 8

An array of supported events.

Type: array

Overrides FormEnhancerBase::$supportedEvents

File

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

Class

SubmitButtonLabel
FormEnhancer for altering the labels of submit buttons.

Namespace

Drupal\flexiform\Plugin\FormEnhancer

Code

protected $supportedEvents = [
  'process_form',
];