The access manager Type: \Drupal\Core\Access\AccessManagerInterface File core/lib/Drupal/Core/Url.php, line 39 Class Url Defines an object that holds information about a URL. Namespace Drupal\Core Code protected $accessManager;
Indicates whether this object contains an external URL. Type: bool File core/lib/Drupal/Core/Url.php, line 69 Class Url Defines an object that holds information about a URL. Namespace Drupal\Core Code protected $external = FALSE;
Stores the internal path, if already requested by getInternalPath(). Type: string File core/lib/Drupal/Core/Url.php, line 92 Class Url Defines an object that holds information about a URL. Namespace Drupal\Core Code protected $internalPath;
The URL options. See \Drupal\Core\Url::fromUri() for details on the options. Type: array File core/lib/Drupal/Core/Url.php, line 62 Class Url Defines an object that holds information about a URL. Namespace Drupal\Core Code protected $options = array();
The route name. Type: string File core/lib/Drupal/Core/Url.php, line 46 Class Url Defines an object that holds information about a URL. Namespace Drupal\Core Code protected $routeName;
The route parameters. Type: array File core/lib/Drupal/Core/Url.php, line 53 Class Url Defines an object that holds information about a URL. Namespace Drupal\Core Code protected $routeParameters = array();
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;
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 unrouted URL assembler. Type: \Drupal\Core\Utility\UnroutedUrlAssemblerInterface File core/lib/Drupal/Core/Url.php, line 32 Class Url Defines an object that holds information about a URL. Namespace Drupal\Core Code protected $urlAssembler;
The URL generator. Type: \Drupal\Core\Routing\UrlGeneratorInterface File core/lib/Drupal/Core/Url.php, line 25 Class Url Defines an object that holds information about a URL. Namespace Drupal\Core Code protected $urlGenerator;
Page 8164 of 11844