You are here

public function ProcessorInterface::getItemLabel in Feeds 8.3

Returns the label for feed items created.

Return value

string The item label.

2 calls to ProcessorInterface::getItemLabel()
ProcessorBase::postClear in src/Feeds/Processor/ProcessorBase.php
ProcessorBase::postProcess in src/Feeds/Processor/ProcessorBase.php
Called after an import is completed.
1 method overrides ProcessorInterface::getItemLabel()
EntityProcessorBase::getItemLabel in src/Feeds/Processor/EntityProcessorBase.php
Returns the label for items being created, updated, or deleted.

File

src/Plugin/Type/Processor/ProcessorInterface.php, line 151

Class

ProcessorInterface
Interface for Feeds processor plugins.

Namespace

Drupal\feeds\Plugin\Type\Processor

Code

public function getItemLabel();