You are here

public function RouterMatchEvent::getRequest in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/Event/RouterMatchEvent.php \Symfony\Cmf\Component\Routing\Event\RouterMatchEvent::getRequest()

Return value

Request | null

File

vendor/symfony-cmf/routing/Event/RouterMatchEvent.php, line 35

Class

RouterMatchEvent

Namespace

Symfony\Cmf\Component\Routing\Event

Code

public function getRequest() {
  return $this->request;
}