file-managed-file.html.twig
Same filename in this branch
- 9 core/themes/stable9/templates/content-edit/file-managed-file.html.twig
- 9 core/themes/seven/templates/classy/content-edit/file-managed-file.html.twig
- 9 core/themes/claro/templates/content-edit/file-managed-file.html.twig
- 9 core/themes/bartik/templates/classy/content-edit/file-managed-file.html.twig
- 9 core/themes/stable/templates/content-edit/file-managed-file.html.twig
- 9 core/themes/starterkit_theme/templates/content-edit/file-managed-file.html.twig
- 9 core/themes/classy/templates/content-edit/file-managed-file.html.twig
- 9 core/modules/file/templates/file-managed-file.html.twig
Same filename in other branches
- 8.9.x core/profiles/demo_umami/themes/umami/templates/classy/content-edit/file-managed-file.html.twig
- 8.9.x core/themes/seven/templates/classy/content-edit/file-managed-file.html.twig
- 8.9.x core/themes/claro/templates/content-edit/file-managed-file.html.twig
- 8.9.x core/themes/bartik/templates/classy/content-edit/file-managed-file.html.twig
- 8.9.x core/themes/stable/templates/content-edit/file-managed-file.html.twig
- 8.9.x core/themes/classy/templates/content-edit/file-managed-file.html.twig
- 8.9.x core/modules/file/templates/file-managed-file.html.twig
- 10 core/profiles/demo_umami/themes/umami/templates/classy/content-edit/file-managed-file.html.twig
- 10 core/themes/stable9/templates/content-edit/file-managed-file.html.twig
- 10 core/themes/claro/templates/content-edit/file-managed-file.html.twig
- 10 core/themes/starterkit_theme/templates/content-edit/file-managed-file.html.twig
- 10 core/modules/file/templates/file-managed-file.html.twig
- 11.x core/profiles/demo_umami/themes/umami/templates/classy/content-edit/file-managed-file.html.twig
- 11.x core/themes/stable9/templates/content-edit/file-managed-file.html.twig
- 11.x core/themes/claro/templates/content-edit/file-managed-file.html.twig
- 11.x core/themes/starterkit_theme/templates/content-edit/file-managed-file.html.twig
- 11.x core/modules/file/templates/file-managed-file.html.twig
Theme override to display a file form widget.
Available variables:
- element: Form element for the file upload.
- attributes: HTML attributes for the containing element.
See also
template_preprocess_file_managed_file()
1 theme call to file-managed-file.html.twig
- ManagedFile::getInfo in core/
modules/ file/ src/ Element/ ManagedFile.php - Returns the element properties for this element.
File
-
core/
profiles/ demo_umami/ themes/ umami/ templates/ classy/ content-edit/ file-managed-file.html.twig
View source
- {#
- /**
- * @file
- * Theme override to display a file form widget.
- *
- * Available variables:
- * - element: Form element for the file upload.
- * - attributes: HTML attributes for the containing element.
- *
- * @see template_preprocess_file_managed_file()
- */
- #}
- {{ attach_library('umami/classy.file') }}
- {%
- set classes = [
- 'js-form-managed-file',
- 'form-managed-file',
- ]
- %}
- <div{{ attributes.addClass(classes) }}>
- {{ element }}
- </div>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.