You are here

public function TranslatableInterface::isTranslatable in Drupal 9

Same name and namespace in other branches
  1. 8 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.

1 method overrides TranslatableInterface::isTranslatable()
ContentEntityBase::isTranslatable in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Returns the translation support status.

File

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

Class

TranslatableInterface
Interface for translatable data.

Namespace

Drupal\Core\TypedData

Code

public function isTranslatable();