Sets the URL options.
array $options: The array of options. See \Drupal\Core\Url::fromUri() for details on what it contains.
$this
public function setOptions($options) { $this->options = $options; return $this; }