public function FieldDefinitionInterface::isTranslatable in Drupal 8
Same name and namespace in other branches
- 9 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();