Overrides Drupal\Core\Routing\UrlGenerator::processPath().
Overrides UrlGenerator::processPath
File
- drupal/core/lib/Drupal/Core/Routing/NullGenerator.php, line 47
- Contains Drupal\Core\Routing\NullGenerator.
Class
- NullGenerator
- No-op implementation of a Url Generator, needed for backward compatibility.
Namespace
Drupal\Core\Routing
Code
protected function processPath($path, &$options = array()) {
return $path;
}