public function CompiledRoute::getPathVariables

Returns the path variables.

Return value

array The variables

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php, line 119

Class

CompiledRoute
CompiledRoutes are returned by the RouteCompiler class.

Namespace

Symfony\Component\Routing

Code

public function getPathVariables() {
  return $this->pathVariables;
}