function BaseFieldDefinition::isTranslatable
Same name in other branches
- 9 core/lib/Drupal/Core/Field/BaseFieldDefinition.php \Drupal\Core\Field\BaseFieldDefinition::isTranslatable()
- 8.9.x core/lib/Drupal/Core/Field/BaseFieldDefinition.php \Drupal\Core\Field\BaseFieldDefinition::isTranslatable()
- 10 core/lib/Drupal/Core/Field/BaseFieldDefinition.php \Drupal\Core\Field\BaseFieldDefinition::isTranslatable()
Overrides FieldDefinitionInterface::isTranslatable
File
-
core/
lib/ Drupal/ Core/ Field/ BaseFieldDefinition.php, line 214
Class
- BaseFieldDefinition
- A class for defining entity fields.
Namespace
Drupal\Core\FieldCode
public function isTranslatable() {
return !empty($this->definition['translatable']);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.