Url::$accessManager

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;

Url::$external

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;

Url::$internalPath

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;

Url::$options

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();

Url::$routeName

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;

Url::$routeParameters

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();

Url::$unrouted

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;

Url::$uri

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;

Url::$urlAssembler

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;

Url::$urlGenerator

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;