public function FindPostsResponse::getId in HTTP Client Manager 8
Get id.
Return value
int The post id.
File
- modules/
http_client_manager_example/ src/ Response/ FindPostsResponse.php, line 100
Class
- FindPostsResponse
- Class FindPostsResponse.
Namespace
Drupal\http_client_manager_example\ResponseCode
public function getId() {
return $this->id;
}