You are here

public function FeedsEntityProcessorPropertyDefault::getProcessor in Feeds entity processor 7

Implements FeedsEntityProcessorPropertyInterface::getProcessor().

Overrides FeedsEntityProcessorPropertyInterface::getProcessor

File

src/Property/FeedsEntityProcessorPropertyDefault.php, line 75
Contains FeedsEntityProcessorPropertyDefault.

Class

FeedsEntityProcessorPropertyDefault
Default handler for entity properties.

Code

public function getProcessor() {
  return $this->processor;
}