You are here

public function FeedsFetcher::unsubscribe in Feeds 8.2

Unsubscribe from a source. Only implement if fetcher requires subscription.

Parameters

FeedsSource $source: Source information for unsubscribing.

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

File

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

Class

FeedsFetcher
Abstract class, defines shared functionality between fetchers.

Namespace

Drupal\feeds\Plugin

Code

public function unsubscribe(FeedsSource $source) {
}