You are here

public function FeedsEntityProcessorPropertyInterface::setValue in Feeds entity processor 7

Sets a value on the entity.

Parameters

mixed $value: The value to set.

array $mapping: Mapping configuration.

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

File

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

Class

FeedsEntityProcessorPropertyInterface
An interface for a Feeds entity property plugin.

Code

public function setValue($value, array $mapping);