public property EntityType::$translatable

Boolean indicating whether entities of this type have multilingual support.

At an entity level, this indicates language support and at a bundle level this indicates translation support.

Type: bool (optional)

File

drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php, line 148
Contains \Drupal\Core\Entity\Annotation\EntityType.

Class

EntityType
Defines an Entity type annotation object.

Namespace

Drupal\Core\Entity\Annotation

Code

public $translatable = FALSE;