You are here

public function SubscriptionInterface::getTopic in Feeds 8.3

Returns the feed URL.

Return value

string The fully-qualified URL of the feed.

1 method overrides SubscriptionInterface::getTopic()
Subscription::getTopic in src/Entity/Subscription.php
Returns the feed URL.

File

src/SubscriptionInterface.php, line 52

Class

SubscriptionInterface
Provides an interface defining a feeds_subscription entity.

Namespace

Drupal\feeds

Code

public function getTopic();