You are here

public static property WebformActions::$buttons in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Element/WebformActions.php \Drupal\webform\Element\WebformActions::buttons

File

src/Element/WebformActions.php, line 21

Class

WebformActions
Provides a wrapper element to group one or more Webform buttons in a form.

Namespace

Drupal\webform\Element

Code

public static $buttons = [
  'submit',
  'reset',
  'delete',
  'draft',
  'wizard_prev',
  'wizard_next',
  'preview_prev',
  'preview_next',
];