EnforcedResponse::getResponse

public EnforcedResponse::getResponse()

Returns the wrapped response.

Return value

\Symfony\Component\HttpFoundation\Response The wrapped response.

File

core/lib/Drupal/Core/Form/EnforcedResponse.php, line 73

Class

EnforcedResponse
A wrapper containing a response which is to be enforced upon delivery.

Namespace

Drupal\Core\Form

Code

public function getResponse() {
  return $this->response;
}
doc_Drupal
2016-10-29 09:04:09
Comments
Leave a Comment

Please login to continue.