You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This router uses the `UrlAliasService` to associate the `semanticPathinfo` to a location.
113
-
If it finds a location, the request receives the attributes **`locationId`** and **`contentId`**, **`viewType`** is set to `full`, and the **`_controller`** is set to `ibexa_content:viewAction` for now.
113
+
If it finds a location, the request receives the attributes **`locationId`** and **`contentId`**, **`viewType`** is set to `full`, and the **`_controller`** is set to `ibexa_content::viewAction` for now.
114
114
115
115
The `locale_listener` (priority 16) sets the request's **`_locale`** attribute.
116
116
@@ -160,7 +160,7 @@ The `HttpKernel` executes the controller with those arguments.
160
160
As a reminder, the controller and its argument can be:
161
161
162
162
- A controller set by the matched route and the request as its argument.
163
-
- The default `ibexa_content:viewAction` controller and a `ContentView` as its argument.
163
+
- The default `ibexa_content::viewAction` controller and a `ContentView` as its argument.
164
164
- A [custom controller](controllers.md) set by the matched view rule and a `View` or the request as its argument (most likely a `ContentView` but there is no restriction).
165
165
166
166
!!! caution "Permission control"
@@ -209,27 +209,27 @@ The `HttpKernel` retrieves the response attached to the event and continues.
0 commit comments