public function EntityInterface::isTranslatable

Returns the translation support status.

Return value

bool TRUE if the entity bundle has translation support enabled.

3 methods override EntityInterface::isTranslatable()

File

drupal/core/lib/Drupal/Core/Entity/EntityInterface.php, line 236
Contains \Drupal\Core\Entity\EntityInterface.

Class

EntityInterface
Defines a common interface for all entity objects.

Namespace

Drupal\Core\Entity

Code

public function isTranslatable();