You are here

public function FeedTypeInterface::getDescription in Feeds 8.3

Returns the description of the feed type.

Return value

string The description of the feed type.

1 method overrides FeedTypeInterface::getDescription()
FeedType::getDescription in src/Entity/FeedType.php
Returns the description of the feed type.

File

src/FeedTypeInterface.php, line 32

Class

FeedTypeInterface
Provides an interface defining a feeds feed type entity.

Namespace

Drupal\feeds

Code

public function getDescription();