public function HttpClientInterface::get in Backup and Migrate 8.4
Get the body of the given resource.
Parameters
$url:
Return value
mixed
1 method overrides HttpClientInterface::get()
- PhpCurlHttpClient::get in lib/
backup_migrate_core/ src/ Service/ PhpCurlHttpClient.php - Get the body of the given resource.
File
- lib/
backup_migrate_core/ src/ Service/ HTTPClientInterface.php, line 21
Class
- HttpClientInterface
- Interface HttpClientInterface.
Namespace
BackupMigrate\Core\ServiceCode
public function get($url);