You are here

public function SubscriptionInterface::getHub in Feeds 8.3

Returns the fully-qualified URL of the PuSH hub.

Return value

string The fully-qualified URL of the PuSH hub.

1 method overrides SubscriptionInterface::getHub()
Subscription::getHub in src/Entity/Subscription.php
Returns the fully-qualified URL of the PuSH hub.

File

src/SubscriptionInterface.php, line 36

Class

SubscriptionInterface
Provides an interface defining a feeds_subscription entity.

Namespace

Drupal\feeds

Code

public function getHub();