The non-route URI.
Only used if self::$unrouted is TRUE.
Type: string
File
- core/lib/Drupal/Core/Url.php, line 85
Class
- Url
- Defines an object that holds information about a URL.
Namespace
Drupal\Core
Code
protected $uri;
The non-route URI.
Only used if self::$unrouted is TRUE.
Type: string
Drupal\Core
protected $uri;
Please login to continue.