Returns the URL.
Return value
string The URL
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php, line 145
Class
- Profile
- Profile.
Namespace
Symfony\Component\HttpKernel\Profiler
Code
public function getUrl() {
return $this->url;
}