twitter-feed-item.html.twig in Twitter_Feed 8
<div class="tweet">{{ text }}</div> <time class="timeago" datetime="{{ date.stamp }}">{{ date.clean }}</time>
1 theme call to twitter-feed-item.html.twig
- TwitterFeedBlock::build in src/
Plugin/ Block/ TwitterFeedBlock.php - Builds and returns the renderable array for this block plugin.
File
templates/twitter-feed-item.html.twigView source
- <div class="tweet">{{ text }}</div>
- <time class="timeago" datetime="{{ date.stamp }}">{{ date.clean }}</time>