You are here

public function FeedsEntityProcessorPropertyInterface::getProcessor in Feeds entity processor 7

Returns the processor that is processing the data.

Return value

FeedsProcessor An instance of FeedsProcessor.

1 method overrides FeedsEntityProcessorPropertyInterface::getProcessor()
FeedsEntityProcessorPropertyDefault::getProcessor in src/Property/FeedsEntityProcessorPropertyDefault.php
Implements FeedsEntityProcessorPropertyInterface::getProcessor().

File

src/Property/FeedsEntityProcessorPropertyInterface.php, line 49
Contains FeedsEntityProcessorPropertyInterface.

Class

FeedsEntityProcessorPropertyInterface
An interface for a Feeds entity property plugin.

Code

public function getProcessor();