public Url::isExternal()
Indicates if this Url is external.
Return value
bool
File
- core/lib/Drupal/Core/Url.php, line 531
Class
- Url
- Defines an object that holds information about a URL.
Namespace
Drupal\Core
Code
public function isExternal() {
return $this->external;
}
Please login to continue.