You are here

public function RequestContext::getParameters in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/routing/RequestContext.php \Symfony\Component\Routing\RequestContext::getParameters()

Returns the parameters.

Return value

array The parameters

File

vendor/symfony/routing/RequestContext.php, line 287

Class

RequestContext
Holds information about the current request.

Namespace

Symfony\Component\Routing

Code

public function getParameters() {
  return $this->parameters;
}