function BaseFieldDefinition::isTranslatable
Returns whether the field is translatable.
Return value
bool TRUE if the field is translatable.
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.