You are here

public function FeedsFetcher::subscribe in Feeds 8.2

Subscribe to a source. Only implement if fetcher requires subscription.

Parameters

FeedsSource $source: Source information for this subscription.

1 method overrides FeedsFetcher::subscribe()
FeedsHTTPFetcher::subscribe in lib/Drupal/feeds/Plugin/feeds/fetcher/FeedsHTTPFetcher.php
Implement FeedsFetcher::subscribe() - subscribe to hub.

File

lib/Drupal/feeds/Plugin/FeedsFetcher.php, line 107
Contains the FeedsFetcher and related classes.

Class

FeedsFetcher
Abstract class, defines shared functionality between fetchers.

Namespace

Drupal\feeds\Plugin

Code

public function subscribe(FeedsSource $source) {
}