function FieldStorageDefinitionInterface::isTranslatable
Same name in other branches
- 9 core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::isTranslatable()
- 10 core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::isTranslatable()
- 11.x 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\FieldCode
public function isTranslatable();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.