Issue #1898070 by benjifisher, jjcarrion, LinL, idflood, joelpittet, oshelach, tlattimore, Les Lim, sergey.semashko, jesse.d, bdgreen, jenlampton, Cottser, duellj, artofeclipse, vlad.dancer, steveoliver, EVIIILJ, c4rl, elv, OpenChimp: File.module - Convert theme_ functions to Twig.
2014-06-13 03:13:30 +00:00
|
|
|
{#
|
|
|
|
/**
|
|
|
|
* @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
|
|
|
|
*/
|
|
|
|
#}
|
2014-11-10 14:30:41 +00:00
|
|
|
<span{{ attributes }}>{{ link }}</span>
|