You are here

public function FeedsEntityProcessorPropertyInterface::validate in Feeds entity processor 7

Validates the value for the property.

Parameters

mixed $value: The value to validate.

Return value

array A list of errors, if there are errors.

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

File

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

Class

FeedsEntityProcessorPropertyInterface
An interface for a Feeds entity property plugin.

Code

public function validate(&$value);