You are here

public function FeedTypeInterface::getHelp in Feeds 8.3

Gets the help information.

Return value

string The help information of this feed type.

1 method overrides FeedTypeInterface::getHelp()
FeedType::getHelp in src/Entity/FeedType.php
Gets the help information.

File

src/FeedTypeInterface.php, line 40

Class

FeedTypeInterface
Provides an interface defining a feeds feed type entity.

Namespace

Drupal\feeds

Code

public function getHelp();