public function TranslatableInterface::hasTranslation

public TranslatableInterface::hasTranslation($langcode)

Returns TRUE there is a translation for the given language code.

Parameters

string $langcode: The language code identifying the translation.

Return value

bool TRUE if the translation exists, FALSE otherwise.

File

core/lib/Drupal/Core/TypedData/TranslatableInterface.php, line 82

Class

TranslatableInterface
Interface for translatable data.

Namespace

Drupal\Core\TypedData

Code

public function hasTranslation($langcode);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!TypedData!TranslatableInterface.php/function/TranslatableInterface::hasTranslation/8.1.x