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
Namespace
Drupal\restful\HttpCode
public function href();