You are here

public function PuSHSubscriptionInterface::delete in Feeds 6

Same name and namespace in other branches
  1. 7.2 libraries/PuSHSubscriber.inc \PuSHSubscriptionInterface::delete()
  2. 7 libraries/PuSHSubscriber.inc \PuSHSubscriptionInterface::delete()

Delete a subscription.

1 method overrides PuSHSubscriptionInterface::delete()
PuSHSubscription::delete in plugins/FeedsHTTPFetcher.inc
Delete a subscription.

File

libraries/PuSHSubscriber.inc, line 363
Pubsubhubbub subscriber library.

Class

PuSHSubscriptionInterface
Implement to provide a storage backend for subscriptions.

Code

public function delete();