Sets whether the field is translatable.
bool $translatable: Whether the field is translatable.
$this The object itself for chaining.
Overrides FieldStorageDefinitionInterface::setTranslatable
public function setTranslatable($translatable) { $this->definition['translatable'] = $translatable; return $this; }