Loading core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading