Overrides FieldDefinitionInterface::isTranslatable
public function isTranslatable() { // A field can be enabled for translation only if translation is supported. return $this->translatable && $this->getFieldStorageDefinition() ->isTranslatable(); }