public UrlGenerator::getContext()
File
- core/lib/Drupal/Core/Routing/UrlGenerator.php, line 99
Class
- UrlGenerator
- Generates URLs from route names and parameters.
Namespace
Drupal\Core\Routing
Code
1 2 3 | public function getContext() { return $this ->context; } |
Please login to continue.