Returns the host variables.
Return value
array The variables
File
- drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php, line 129
Class
- CompiledRoute
- CompiledRoutes are returned by the RouteCompiler class.
Namespace
Symfony\Component\Routing
Code
public function getHostVariables() {
return $this->hostVariables;
}