You are here

public function TranslatableTargetInterface::languageExists in Feeds 8.3

Checks if the language selected on the target exists.

Return value

bool True, if the target configured language exists. False otherwise.

1 method overrides TranslatableTargetInterface::languageExists()
FieldTargetBase::languageExists in src/Plugin/Type/Target/FieldTargetBase.php
Checks if the language selected on the target exists.

File

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

Class

TranslatableTargetInterface
Interface for translatable target plugins.

Namespace

Drupal\feeds\Plugin\Type\Target

Code

public function languageExists();