You are here

public function FeedType::getDescription in Feeds 8.3

Returns the description of the feed type.

Return value

string The description of the feed type.

Overrides FeedTypeInterface::getDescription

File

src/Entity/FeedType.php, line 238

Class

FeedType
Defines the Feeds feed type entity.

Namespace

Drupal\feeds\Entity

Code

public function getDescription() {
  return $this->description;
}