Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Alias.php
function Alias::withId
File
vendor/
symfony/
routing/
Alias.php
, line 25
Class
Alias
Namespace
Symfony\Component\Routing
Code
public
function
withId
(string
$id
) : static {
$new
=
clone
$this
;
$new
->
id
=
$id
;
return
$new
; }
RSS feed