You are here

public function PuSHSubscriptionInterface::delete in Feeds 7

Same name and namespace in other branches
  1. 6 libraries/PuSHSubscriber.inc \PuSHSubscriptionInterface::delete()
  2. 7.2 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 361
Pubsubhubbub subscriber library.

Class

PuSHSubscriptionInterface
Implement to provide a storage backend for subscriptions.

Code

public function delete();