public property Field::$translatable

Flag indicating whether the field is translatable.

Defaults to FALSE.

Type: bool

File

drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php, line 120
Contains \Drupal\field\Plugin\Core\Entity\Field.

Class

Field
Defines the Field entity.

Namespace

Drupal\field\Plugin\Core\Entity

Code

public $translatable = FALSE;