You are here

public function FeedInterface::getSource in Feeds 8.3

Returns the source of the feed.

Return value

string The source of a feed.

1 method overrides FeedInterface::getSource()
Feed::getSource in src/Entity/Feed.php
Returns the source of the feed.

File

src/FeedInterface.php, line 37

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function getSource();