Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Url.php

function Url::setOptions

Sets the URL options.

Parameters

array $options: The array of options. See \Drupal\Core\Url::fromUri() for details on what it contains.

Return value

$this

File

core/lib/Drupal/Core/Url.php, line 672

Class

Url
Defines an object that holds information about a URL.

Namespace

Drupal\Core

Code

public function setOptions($options) {
    $this->options = $options;
    return $this;
}
RSS feed
Powered by Drupal