Defines a default fetcher implementation.
Uses the http_default_client service to download the feed.
@AggregatorFetcher(
id = "aggregator",
title = @Translation("Default fetcher"),
description = @Translation("Downloads data from a URL using Drupal's HTTP request handler.")
)
Expanded class hierarchy of DefaultFetcher
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DefaultFetcher:: |
public | function |
Implements \Drupal\aggregator\Plugin\FetcherInterface::fetch(). Overrides FetcherInterface:: |
1 |