Sets a lock on this View.
\Drupal\Core\TempStore\Lock $lock: The lock object.
$this
public function setLock(Lock $lock) { $this->lock = $lock; return $this; }