function FieldStorageDefinitionInterface::isTranslatable

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::isTranslatable()
  2. 8.9.x core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::isTranslatable()
  3. 10 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.