You are here

public function TranslatableTargetInterface::isTargetTranslatable in Feeds 8.3

Checks if the target is translatable.

Target is translatable when a language is set in configuration.

Return value

bool True if the target translatable. False otherwise.

1 method overrides TranslatableTargetInterface::isTargetTranslatable()
FieldTargetBase::isTargetTranslatable in src/Plugin/Type/Target/FieldTargetBase.php
Checks if the target is translatable.

File

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

Class

TranslatableTargetInterface
Interface for translatable target plugins.

Namespace

Drupal\feeds\Plugin\Type\Target

Code

public function isTargetTranslatable();