function TranslatableInterface::isTranslatable
Same name in other branches
- 8.9.x core/lib/Drupal/Core/TypedData/TranslatableInterface.php \Drupal\Core\TypedData\TranslatableInterface::isTranslatable()
- 10 core/lib/Drupal/Core/TypedData/TranslatableInterface.php \Drupal\Core\TypedData\TranslatableInterface::isTranslatable()
- 11.x core/lib/Drupal/Core/TypedData/TranslatableInterface.php \Drupal\Core\TypedData\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 135
Class
- TranslatableInterface
- Interface for translatable data.
Namespace
Drupal\Core\TypedDataCode
public function isTranslatable();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.