fa-form--external-css.html.twig in FormAssembly 8
Default theme implementation to display a DFP short tag.
Available variables:
- rel: the link rel attribute
- href: the link href attribute
See also
\Drupal\formassembly\Entity\FormAssemblyEntityViewBuilder::attachedHead
1 theme call to fa-form--external-css.html.twig
- FormassemblyHtmlResponseAttachmentsProcessor::processAttachments in src/Component/ Render/ FormassemblyHtmlResponseAttachmentsProcessor.php 
- Processes the attachments of a response that has attachments.
File
templates/fa-form--external-css.html.twigView source
- {#
- /**
-  * @file
-  * Default theme implementation to display a DFP short tag.
-  *
-  * Available variables:
-  * - rel: the link rel attribute
-  * - href: the link href attribute
-  *
-  * @see \Drupal\formassembly\Entity\FormAssemblyEntityViewBuilder::attachedHead
-  *
-  * @ingroup themeable
-  */
- #}
- <link rel="{{ rel }}" href="{{ href }}" type="text/css">
