function UrlGenerator::getContext

File

core/lib/Drupal/Core/Routing/UrlGenerator.php, line 110

Class

UrlGenerator
Generates URLs from route names and parameters.

Namespace

Drupal\Core\Routing

Code

public function getContext() : SymfonyRequestContext {
  return $this->context;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.