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