webform-share-script.html.twig in Webform 8.5
Same filename and directory in other branches
Default theme implementation of a <script> tag used to share a webform.
Available variables:
- script: The URL of the JavaScript.
1 theme call to webform-share-script.html.twig
- WebformShareScript::getInfo in modules/
webform_share/ src/ Element/ WebformShareScript.php - Returns the element properties for this element.
File
modules/webform_share/templates/webform-share-script.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation of a <script> tag used to share a webform.
- *
- * Available variables:
- * - script: The URL of the JavaScript.
- *
- * @ingroup themeable
- */
- #}
- <script src="{{ script }}"></script>