You are here

public function ProcessorInterface::getItemLabelPlural in Feeds 8.3

Returns the plural label for feed items created.

Return value

string The plural item label.

2 calls to ProcessorInterface::getItemLabelPlural()
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::getItemLabelPlural()
EntityProcessorBase::getItemLabelPlural in src/Feeds/Processor/EntityProcessorBase.php
Returns the plural label for items being created, updated, or deleted.

File

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

Class

ProcessorInterface
Interface for Feeds processor plugins.

Namespace

Drupal\feeds\Plugin\Type\Processor

Code

public function getItemLabelPlural();