You are here

public function FeedInterface::getDescription in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/aggregator/src/FeedInterface.php \Drupal\aggregator\FeedInterface::getDescription()
  2. 8 vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php \Zend\Feed\Reader\Feed\FeedInterface::getDescription()
Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php \Zend\Feed\Reader\Feed\FeedInterface::getDescription()

Get the feed description

Return value

string|null

2 methods override FeedInterface::getDescription()
Atom::getDescription in vendor/zendframework/zend-feed/src/Reader/Feed/Atom.php
Get the feed description
Rss::getDescription in vendor/zendframework/zend-feed/src/Reader/Feed/Rss.php
Get the feed description

File

vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php, line 60

Class

FeedInterface

Namespace

Zend\Feed\Reader\Feed

Code

public function getDescription();