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();
Please login to continue.