Routing
Table of Contents
Namespaces
- Exception
Classes
- PreviewUriBuilder
- Substitution for `BackendUtility::getPreviewUrl`.
- Route
- This is a single entity for a Route.
- Router
- Implementation of a class for adding routes, collecting throughout the Bootstrap
to register all sorts of Backend Routes, and to fetch the main Collection in order
to resolve a route (see ->match() and ->matchRequest()).
- RouteRedirect
- A value object representing redirects within Backend routing.
- UriBuilder
- Main UrlGenerator for creating URLs for the Backend. Generates a URL based on
an identifier defined by Configuration/Backend/Routes.php of an extension,
and adds some more parameters to the URL.