Routing
Table of Contents
Namespaces
- Event
- Exception
Classes
- PreviewUriBuilder
- Generate links to Frontend URLs with a modified scope.
- 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.
- RouteResult
- A route result for the TYPO3 Backend Routing,
containing the matched Route and the related arguments found in the URL
- 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.