Commit 46c834d2 authored by catch's avatar catch
Browse files

Issue #3132334 by mstrelan, quietone: Add documentation for path_processing...

Issue #3132334 by mstrelan, quietone: Add documentation for path_processing option to URLGeneratorInterface

(cherry picked from commit b6b60144)
parent b327c94f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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