You are here

public function PathTranslatorEvent::getResponse in Decoupled Router 8

Same name and namespace in other branches
  1. 2.x src/PathTranslatorEvent.php \Drupal\decoupled_router\PathTranslatorEvent::getResponse()

Returns the response object.

Return value

\Drupal\Core\Cache\CacheableJsonResponse The response.

File

src/PathTranslatorEvent.php, line 93

Class

PathTranslatorEvent
Path translation event.

Namespace

Drupal\decoupled_router

Code

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