function OpmlFeedAdd::__construct
Constructs a database object.
Parameters
\Drupal\aggregator\FeedStorageInterface $feed_storage: The feed storage.
\GuzzleHttp\ClientInterface $http_client: The Guzzle HTTP client.
File
-
core/
modules/ aggregator/ src/ Form/ OpmlFeedAdd.php, line 43
Class
- OpmlFeedAdd
- Imports feeds from OPML.
Namespace
Drupal\aggregator\FormCode
public function __construct(FeedStorageInterface $feed_storage, ClientInterface $http_client) {
$this->feedStorage = $feed_storage;
$this->httpClient = $http_client;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.