You are here

public function FeedsEntityProcessorPropertyInterface::getName in Feeds entity processor 7

Returns the property's name.

Return value

string The property name.

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

File

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

Class

FeedsEntityProcessorPropertyInterface
An interface for a Feeds entity property plugin.

Code

public function getName();