protected function AcsfMessage::receiveResponse in Acquia Cloud Site Factory Connector 8.2
Same name and namespace in other branches
- 8 src/AcsfMessage.php \Drupal\acsf\AcsfMessage::receiveResponse()
Allows client code to optionally run logic after the response is received.
1 call to AcsfMessage::receiveResponse()
- AcsfMessage::send in src/
AcsfMessage.php - Sends the message to the remote server.
File
- src/
AcsfMessage.php, line 158
Class
- AcsfMessage
- AcsfMessage.
Namespace
Drupal\acsfCode
protected function receiveResponse(AcsfMessageResponse $response) {
}