You are here

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

Get the body of the given resource.

Parameters

$url:

Return value

mixed

Overrides HttpClientInterface::get

File

src/Core/Service/PhpCurlHttpClient.php, line 22

Class

PhpCurlHttpClient
@package Drupal\backup_migrate\Core\Service

Namespace

Drupal\backup_migrate\Core\Service

Code

public function get($url) {

  // @todo Implement if needed.
}