public function PhpCurlHttpClient::get in Backup and Migrate 8.4
Get the body of the given resource.
Parameters
$url:
Return value
mixed
Overrides HttpClientInterface::get
File
- lib/
backup_migrate_core/ src/ Service/ PhpCurlHttpClient.php, line 22
Class
- PhpCurlHttpClient
- Class PhpCurlHttpClient.
Namespace
BackupMigrate\Core\ServiceCode
public function get($url) {
// @TODO: Implement if needed.
}