You are here

public function HttpClientInterface::get in Backup and Migrate 5.0.x

Get the body of the given resource.

Parameters

$url:

Return value

mixed

1 method overrides HttpClientInterface::get()
PhpCurlHttpClient::get in src/Core/Service/PhpCurlHttpClient.php
Get the body of the given resource.

File

src/Core/Service/HttpClientInterface.php, line 21

Class

HttpClientInterface
Interface HttpClientInterface.

Namespace

Drupal\backup_migrate\Core\Service

Code

public function get($url);