You are here

public function FeedsEntityProcessorPropertyDefault::entityWrapper in Feeds entity processor 7

Implements FeedsEntityProcessorPropertyInterface::entityWrapper().

Overrides FeedsEntityProcessorPropertyInterface::entityWrapper

File

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

Class

FeedsEntityProcessorPropertyDefault
Default handler for entity properties.

Code

public function entityWrapper() {
  return $this->wrapper;
}