public function RequestContext::getParameters

Returns the parameters.

Return value

array The parameters

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php, line 258

Class

RequestContext
Holds information about the current request.

Namespace

Symfony\Component\Routing

Code

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