public function FeedType::getHelp in Feeds 8.3
Gets the help information.
Return value
string The help information of this feed type.
Overrides FeedTypeInterface::getHelp
File
- src/
Entity/ FeedType.php, line 245
Class
- FeedType
- Defines the Feeds feed type entity.
Namespace
Drupal\feeds\EntityCode
public function getHelp() {
return $this->help;
}