public function SmsProcessingResponse::getResponse in SMS Framework 8
Same name and namespace in other branches
- 2.x src/SmsProcessingResponse.php \Drupal\sms\SmsProcessingResponse::getResponse()
- 2.1.x src/SmsProcessingResponse.php \Drupal\sms\SmsProcessingResponse::getResponse()
Get the response to pass to the request controller.
Return value
mixed The response to pass to the request controller.
File
- src/
SmsProcessingResponse.php, line 54
Class
- SmsProcessingResponse
- Defines a container for SMS objects for processing and a request response.
Namespace
Drupal\smsCode
public function getResponse() {
return $this->response;
}