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