file-widget-multiple.html.twig
Same filename in this branch
- 9 core/themes/stable9/templates/content-edit/file-widget-multiple.html.twig
- 9 core/themes/claro/templates/content-edit/file-widget-multiple.html.twig
- 9 core/themes/stable/templates/content-edit/file-widget-multiple.html.twig
- 9 core/themes/starterkit_theme/templates/content-edit/file-widget-multiple.html.twig
- 9 core/modules/file/templates/file-widget-multiple.html.twig
Same filename in other branches
- 8.9.x core/themes/claro/templates/content-edit/file-widget-multiple.html.twig
- 8.9.x core/themes/stable/templates/content-edit/file-widget-multiple.html.twig
- 8.9.x core/themes/classy/templates/content-edit/file-widget-multiple.html.twig
- 8.9.x core/modules/file/templates/file-widget-multiple.html.twig
- 10 core/themes/stable9/templates/content-edit/file-widget-multiple.html.twig
- 10 core/themes/claro/templates/content-edit/file-widget-multiple.html.twig
- 10 core/themes/starterkit_theme/templates/content-edit/file-widget-multiple.html.twig
- 10 core/modules/file/templates/file-widget-multiple.html.twig
- 11.x core/themes/stable9/templates/content-edit/file-widget-multiple.html.twig
- 11.x core/themes/claro/templates/content-edit/file-widget-multiple.html.twig
- 11.x core/themes/starterkit_theme/templates/content-edit/file-widget-multiple.html.twig
- 11.x core/modules/file/templates/file-widget-multiple.html.twig
Theme override to display a multi file form widget.
Available variables:
- table: Table of previously uploaded files.
- element: The form element for uploading another file.
See also
template_preprocess_file_widget_multiple()
File
-
core/
themes/ classy/ templates/ content-edit/ file-widget-multiple.html.twig
View source
- {#
- /**
- * @file
- * Theme override to display a multi file form widget.
- *
- * Available variables:
- * - table: Table of previously uploaded files.
- * - element: The form element for uploading another file.
- *
- * @see template_preprocess_file_widget_multiple()
- */
- #}
- {{ table }}
- {{ element }}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.