public function Profile::getUrl

Returns the URL.

Return value

string The URL

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php, line 129

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function getUrl() {
  return $this->url;
}