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