You are here

public function RequestInterface::href in RESTful 7.2

Gets the fully qualified URL with the query params.

Return value

string The URL.

1 method overrides RequestInterface::href()
Request::href in src/Http/Request.php
Gets the fully qualified URL with the query params.

File

src/Http/RequestInterface.php, line 149
Contains \Drupal\restful\Http\RequestInterface.

Class

RequestInterface

Namespace

Drupal\restful\Http

Code

public function href();