function FieldStorageConfig::isTranslatable
Returns whether the field supports translation.
Return value
bool TRUE if the field supports translation.
Overrides FieldStorageDefinitionInterface::isTranslatable
File
- 
              core/
modules/ field/ src/ Entity/ FieldStorageConfig.php, line 614  
Class
- FieldStorageConfig
 - Defines the Field storage configuration entity.
 
Namespace
Drupal\field\EntityCode
public function isTranslatable() {
  return $this->translatable;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.