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;
Indicates whether this object contains an external URL.
Type: bool
Drupal\Core
protected $external = FALSE;
Please login to continue.