You are here

public function FeedInterface::setSource in Feeds 8.3

Sets the feed source.

Parameters

string $source: The feed source.

1 method overrides FeedInterface::setSource()
Feed::setSource in src/Entity/Feed.php
Sets the feed source.

File

src/FeedInterface.php, line 45

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function setSource($source);