Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Url.php
function Url::__construct
Same name in this branch
11.1.x vendor/symfony/validator/Constraints/Url.php
\Symfony\Component\Validator\Constraints\Url::__construct()
11.1.x vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/Url.php
\phpDocumentor\Reflection\DocBlock\Tags\Reference\Url::__construct()
11.1.x core/lib/Drupal/Core/Url.php
\Drupal\Core\Url::__construct()
File
vendor/
phar-io/
manifest/
src/
values/
Url.php
, line 20
Class
Url
Namespace
PharIo\Manifest
Code
public
function
__construct
(string
$url
) {
$this
->
ensureUrlIsValid
(
$url
);
$this
->
url
=
$url
; }
RSS feed