Indicates whether this URL is for a URI without a Drupal route.
Type: bool
File
- core/lib/Drupal/Core/Url.php, line 76
Class
- Url
- Defines an object that holds information about a URL.
Namespace
Drupal\Core
Code
protected $unrouted = FALSE;
Indicates whether this URL is for a URI without a Drupal route.
Type: bool
Drupal\Core
protected $unrouted = FALSE;
Please login to continue.