diff --git a/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php b/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php index 891b035413a3c5c45e77cf58cc22c86c4e4a2a76..a69ffb39a16682c401fd1ddc1c9d675d57b5bb4b 100644 --- a/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php +++ b/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php @@ -53,6 +53,8 @@ public function getPathFromRoute($name, $parameters = []); * - 'https': Whether this URL should point to a secure location. If not * defined, the current scheme is used, so the user stays on HTTP or HTTPS * respectively. TRUE enforces HTTPS and FALSE enforces HTTP. + * - 'path_processing': Defaults to TRUE. Whether to pass the path to a + * processor manager to allow alterations. * - 'base_url': Only used internally by a path processor, for example, to * modify the base URL when a language dependent URL requires so. * - 'prefix': Only used internally, to modify the path when a language