You are here

yamlform-actions.html.twig in YAML Form 8

Default theme implementation of a form actions.

File

templates/yamlform-actions.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation of a form actions.
  5. *
  6. * @see template_preprocess_yamlform_actions()
  7. * @see \Drupal\yamlform\YamlFormSubmissionForm::actionsElement
  8. * @see \Drupal\yamlform\YamlFormSubmissionForm::actions
  9. *
  10. * @ingroup themeable
  11. */
  12. #}
  13. {{ draft }}
  14. {{ previous }}
  15. {{ next }}
  16. {{ submit }}