You are here

public function FeedsEntityProcessorPropertyDefault::getPropertyInfo in Feeds entity processor 7

Implements FeedsEntityProcessorPropertyInterface::getPropertyInfo().

Overrides FeedsEntityProcessorPropertyInterface::getPropertyInfo

7 calls to FeedsEntityProcessorPropertyDefault::getPropertyInfo()
FeedsEntityProcessorPropertyDefault::getDataType in src/Property/FeedsEntityProcessorPropertyDefault.php
Returns the data type of the current property (if known).
FeedsEntityProcessorPropertyDefault::getFormField in src/Property/FeedsEntityProcessorPropertyDefault.php
Implements FeedsEntityProcessorPropertyInterface::getFormField().
FeedsEntityProcessorPropertyDefault::getMappingTarget in src/Property/FeedsEntityProcessorPropertyDefault.php
Implements FeedsEntityProcessorPropertyInterface::getMappingTarget().
FeedsEntityProcessorPropertyDefault::validate in src/Property/FeedsEntityProcessorPropertyDefault.php
Implements FeedsEntityProcessorPropertyInterface::validate().
FeedsEntityProcessorPropertyEntity::getFormField in src/Property/FeedsEntityProcessorPropertyEntity.php
Implements FeedsEntityProcessorPropertyInterface::getFormField().

... See full list

File

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

Class

FeedsEntityProcessorPropertyDefault
Default handler for entity properties.

Code

public function getPropertyInfo() {
  return $this->propertyInfo;
}