yamlform-actions.html.twig in YAML Form 8
Default theme implementation of a form actions.
See also
template_preprocess_yamlform_actions()
\Drupal\yamlform\YamlFormSubmissionForm::actionsElement
File
templates/yamlform-actions.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation of a form actions.
- *
- * @see template_preprocess_yamlform_actions()
- * @see \Drupal\yamlform\YamlFormSubmissionForm::actionsElement
- * @see \Drupal\yamlform\YamlFormSubmissionForm::actions
- *
- * @ingroup themeable
- */
- #}
- {{ draft }}
- {{ previous }}
- {{ next }}
- {{ submit }}