media-entity-twitter-tweet.html.twig in Media entity Twitter 8.2
Same filename and directory in other branches
Default theme implementation to display a tweet.
1 theme call to media-entity-twitter-tweet.html.twig
- TwitterEmbedFormatter::viewElements in src/
Plugin/ Field/ FieldFormatter/ TwitterEmbedFormatter.php - Builds a renderable array for a field value.
File
templates/media-entity-twitter-tweet.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display a tweet.
- *
- * @ingroup themeable
- */
- #}
- <blockquote{{ attributes }}>
- <a href="{{ path }}"></a>
- </blockquote>