Mercurial > hg > isophonics-drupal-site
view core/modules/link/templates/link-formatter-link-separate.html.twig @ 11:bfffd8d7479a
Move drupal/core from "replace" to "require" section, to ensure Composer updates it
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:51:18 +0000 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line source
{# /** * @file * Default theme implementation of a link with separate title and URL elements. * * Available variables: * - link: The link that has already been formatted by l(). * - title: (optional) A descriptive or alternate title for the link, which may * be different than the actual link text. * * @see template_preprocess() * @see template_preprocess_link_formatter_link_separate() * * @ingroup themeable */ #} {% spaceless %} {{ title }} {{ link }} {% endspaceless %}