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