public function FindPostsResponse::setBody in HTTP Client Manager 8
Set body.
Parameters
string $body: The post body.
File
- modules/
http_client_manager_example/ src/ Response/ FindPostsResponse.php, line 150
Class
- FindPostsResponse
- Class FindPostsResponse.
Namespace
Drupal\http_client_manager_example\ResponseCode
public function setBody($body) {
$this->body = $body;
}