tmgmt-local-translation-form-element.html.twig

Default theme implementation for local form element.

Available variables:

  • ajax_container: The ajax container element.
  • form_element: The row form element, output as a table.
1 theme call to tmgmt-local-translation-form-element.html.twig
LocalTaskItemForm::formElement in translators/tmgmt_local/src/Form/LocalTaskItemForm.php
Builds a translation form element.

File

translators/tmgmt_local/templates/tmgmt-local-translation-form-element.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for local form element.
  5. *
  6. * Available variables:
  7. * - ajax_container: The ajax container element.
  8. * - form_element: The row form element, output as a table.
  9. *
  10. * @ingroup themeable
  11. */
  12. #}
  13. {{ ajax_container }}
  14. {{ form_element }}