public static function PuSHSubscriptionInterface::load in Feeds 8.2
Load a subscription.
Return value
A PuSHSubscriptionInterface object if a subscription exist, NULL otherwise.
1 method overrides PuSHSubscriptionInterface::load()
- PuSHSubscription::load in lib/
Drupal/ feeds/ PuSHSubscription.php - Load a subscription.
File
- lib/
Drupal/ feeds/ PuSHSubscriber.php, line 360 - Pubsubhubbub subscriber library.
Class
- PuSHSubscriptionInterface
- Implement to provide a storage backend for subscriptions.
Namespace
Drupal\feedsCode
public static function load($domain, $subscriber_id);