You are here

public function TranslatableTargetInterface::getLangcode in Feeds 8.3

Gets the configured language.

Return value

string The configured language.

1 method overrides TranslatableTargetInterface::getLangcode()
FieldTargetBase::getLangcode in src/Plugin/Type/Target/FieldTargetBase.php
Gets the configured language.

File

src/Plugin/Type/Target/TranslatableTargetInterface.php, line 34

Class

TranslatableTargetInterface
Interface for translatable target plugins.

Namespace

Drupal\feeds\Plugin\Type\Target

Code

public function getLangcode();