function FieldDefinitionInterface::isTranslatable
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Field/FieldDefinitionInterface.php \Drupal\Core\Field\FieldDefinitionInterface::isTranslatable()
- 10 core/lib/Drupal/Core/Field/FieldDefinitionInterface.php \Drupal\Core\Field\FieldDefinitionInterface::isTranslatable()
- 11.x core/lib/Drupal/Core/Field/FieldDefinitionInterface.php \Drupal\Core\Field\FieldDefinitionInterface::isTranslatable()
Returns whether the field is translatable.
Return value
bool TRUE if the field is translatable.
3 methods override FieldDefinitionInterface::isTranslatable()
- BaseFieldDefinition::isTranslatable in core/
lib/ Drupal/ Core/ Field/ BaseFieldDefinition.php - Returns whether the field is translatable.
- FieldConfigBase::isTranslatable in core/
lib/ Drupal/ Core/ Field/ FieldConfigBase.php - Returns whether the field is translatable.
- FieldDefinition::isTranslatable in core/
lib/ Drupal/ Core/ Field/ FieldDefinition.php - Returns whether the field is translatable.
File
-
core/
lib/ Drupal/ Core/ Field/ FieldDefinitionInterface.php, line 236
Class
- FieldDefinitionInterface
- Defines an interface for entity field 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.