You are here

public function FeedTypeInterface::getProcessor in Feeds 8.3

Returns the configured processor for this feed type.

Return value

\Drupal\feeds\Plugin\Type\Processor\ProcessorInterface The processor associated with this feed type.

1 method overrides FeedTypeInterface::getProcessor()
FeedType::getProcessor in src/Entity/FeedType.php
Returns the configured processor for this feed type.

File

src/FeedTypeInterface.php, line 88

Class

FeedTypeInterface
Provides an interface defining a feeds feed type entity.

Namespace

Drupal\feeds

Code

public function getProcessor();