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