track-da-files-file-link.html.twig in Track da files 8
Default theme implementation for a link to a file.
Available variables:
- attributes: The HTML attributes for the containing element.
- link: A link to the file.
See also
1 theme call to track-da-files-file-link.html.twig
- theme_track_da_files_file_formatter_table in includes/
track_da_files_formatter.inc - Returns HTML for a file attachments table.
File
templates/track-da-files-file-link.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation for a link to a file.
- *
- * Available variables:
- * - attributes: The HTML attributes for the containing element.
- * - link: A link to the file.
- *
- * @see template_preprocess_file_link()
- *
- * @ingroup themeable
- */
- #}
- <span{{ attributes }}>{{ link }}</span>