public function TranslatableInterface::isTranslatable

public TranslatableInterface::isTranslatable()

Returns the translation support status.

Return value

bool TRUE if the object has translation support enabled.

File

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

Class

TranslatableInterface
Interface for translatable data.

Namespace

Drupal\Core\TypedData

Code

public function isTranslatable();

© 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::isTranslatable/8.1.x