You are here

public function FeedsEntityProcessorPropertyDefault::__construct in Feeds entity processor 7

FeedsEntityProcessorPropertyDefault object constructor.

File

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

Class

FeedsEntityProcessorPropertyDefault
Default handler for entity properties.

Code

public function __construct($name, array $property_info, EntityMetadataWrapper $wrapper, FeedsProcessor $processor) {
  $this->name = $name;
  $this->propertyInfo = $property_info;
  $this->wrapper = $wrapper;
  $this->processor = $processor;
}