You are here

public function EntityProcessorInterface::entityLanguage in Feeds 8.3

Returns the current language for entities.

Return value

string The current language code.

1 method overrides EntityProcessorInterface::entityLanguage()
EntityProcessorBase::entityLanguage in src/Feeds/Processor/EntityProcessorBase.php
Returns the current language for entities.

File

src/Plugin/Type/Processor/EntityProcessorInterface.php, line 40

Class

EntityProcessorInterface
Interface for Feeds entity processor plugins.

Namespace

Drupal\feeds\Plugin\Type\Processor

Code

public function entityLanguage();