Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

file-widget-multiple.html.twig

Same filename in this branch
  1. 11.1.x core/themes/stable9/templates/content-edit/file-widget-multiple.html.twig
  2. 11.1.x core/themes/claro/templates/content-edit/file-widget-multiple.html.twig
  3. 11.1.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/starterkit_theme/templates/content-edit/file-widget-multiple.html.twig

View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override to display a multi file form widget.
  5. *
  6. * Available variables:
  7. * - table: Table of previously uploaded files.
  8. * - element: The form element for uploading another file.
  9. *
  10. * @see template_preprocess_file_widget_multiple()
  11. */
  12. #}
  13. {{ table }}
  14. {{ element }}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal