You are here

public function FeedsEntityProcessorPropertyDefault::getName in Feeds entity processor 7

Implements FeedsEntityProcessorPropertyInterface::getName().

Overrides FeedsEntityProcessorPropertyInterface::getName

2 calls to FeedsEntityProcessorPropertyDefault::getName()
FeedsEntityProcessorPropertyDefault::getFormField in src/Property/FeedsEntityProcessorPropertyDefault.php
Implements FeedsEntityProcessorPropertyInterface::getFormField().
FeedsEntityProcessorPropertyEntity::setValue in src/Property/FeedsEntityProcessorPropertyEntity.php
Implements FeedsEntityProcessorPropertyInterface::setValue().

File

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

Class

FeedsEntityProcessorPropertyDefault
Default handler for entity properties.

Code

public function getName() {
  return $this->name;
}