Sets a specific option.
See \Drupal\Core\Url::fromUri() for details on the options.
string $name: The name of the option.
mixed $value: The option value.
$this
public function setOption($name, $value) { $this->options[$name] = $value; return $this; }