You are here

public function FieldStorageDefinitionInterface::isTranslatable in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::isTranslatable()

Returns whether the field supports translation.

Return value

bool TRUE if the field supports translation.

1 method overrides FieldStorageDefinitionInterface::isTranslatable()
FieldStorageConfig::isTranslatable in core/modules/field/src/Entity/FieldStorageConfig.php
Returns whether the field supports translation.

File

core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php, line 87

Class

FieldStorageDefinitionInterface
Defines an interface for entity field storage definitions.

Namespace

Drupal\Core\Field

Code

public function isTranslatable();