You are here

public function SmsProcessingResponse::getResponse in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 src/SmsProcessingResponse.php \Drupal\sms\SmsProcessingResponse::getResponse()
  2. 2.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 56

Class

SmsProcessingResponse
Defines a container for SMS objects for processing and a request response.

Namespace

Drupal\sms

Code

public function getResponse() {
  return $this->response;
}