public static property WebformActions::$buttons in Webform 8.5
Same name and namespace in other branches
- 6.x 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\ElementCode
public static $buttons = [
'submit',
'reset',
'delete',
'draft',
'wizard_prev',
'wizard_next',
'preview_prev',
'preview_next',
];