render-example-marquee.html.twig in Examples for Developers 8
Default theme implementation for the marquee render element.
Available variables:
- attributes: Attributes for the marguee tag.
- content: The text to display within the marquee tag.
1 theme call to render-example-marquee.html.twig
- Marquee::getInfo in render_example/
src/ Element/ Marquee.php - Returns the element properties for this element.
File
render_example/templates/render-example-marquee.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation for the marquee render element.
- *
- * Available variables:
- * - attributes: Attributes for the marguee tag.
- * - content: The text to display within the marquee tag.
- *
- * @ingroup themeable
- * @ingroup render_example
- */
- #}
- <marquee{{ attributes }}>{{ content }}</marquee>