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()
Entity::isTranslatable in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements \Drupal\Core\Entity\EntityInterface::isTranslatable().
EntityBCDecorator::isTranslatable in drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php
Forwards the call to the decorated entity.
ViewUI::isTranslatable in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
Implements \Drupal\Core\Entity\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();