aggregator-feed-source.html.twig

Default theme implementation to present the source of the feed.

The contents are rendered above feed listings when browsing source feeds. For example, "example.com/aggregator/sources/1".

Available variables:

  • source_icon: Feed icon linked to the source. Rendered through feed-icon.html.twig.
  • source_image: Image set by the feed source.
  • source_description: Description set by the feed source.
  • source_url: URL to the feed source.
  • last_checked: How long ago the feed was checked locally.

See also

template_preprocess()

template_preprocess_aggregator_feed_source()

File

drupal/core/modules/aggregator/templates/aggregator-feed-source.html.twig
View source

Related topics