public function FeedTypeInterface::getParser in Feeds 8.3
Returns the configured parser for this feed type.
Return value
\Drupal\feeds\Plugin\Type\Parser\ParserInterface The parser associated with this feed type.
1 method overrides FeedTypeInterface::getParser()
- FeedType::getParser in src/
Entity/ FeedType.php - Returns the configured parser for this feed type.
File
- src/
FeedTypeInterface.php, line 80
Class
- FeedTypeInterface
- Provides an interface defining a feeds feed type entity.
Namespace
Drupal\feedsCode
public function getParser();