Skip to content

Commit 357c11c

Browse files
authored
request_lifecycle.md: Match on single colon
1 parent 5edac6d commit 357c11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/infrastructure_and_maintenance/request_lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Now, when the `Request` knows its controller, the `HttpKernel` dispatches the `k
130130
When HttpKernel dispatches the `kernel.controller` event, the following things happen.
131131

132132
Listening to `kernel.controller`, the `ViewControllerListener` (`Ibexa\Bundle\Core\EventListener\ViewControllerListener`) (priority 10) checks if the `_controller` request attribute is associated with a `ViewBuilder` (a service tagged `ibexa.view.builder`) in the `ViewBuilderRegistry` (`Ibexa\Core\MVC\Symfony\View\Builder\Registry\ControllerMatch`).
133-
The `ContentViewBuilder` (`Ibexa\Core\MVC\Symfony\View\Builder\ContentViewBuilder`) matches on controller starting with `ibexa_content::` (see `Ibexa\Core\MVC\Symfony\View\Builder\ContentViewBuilder::matches`).
133+
The `ContentViewBuilder` (`Ibexa\Core\MVC\Symfony\View\Builder\ContentViewBuilder`) matches on controller starting with `ibexa_content:` (see `Ibexa\Core\MVC\Symfony\View\Builder\ContentViewBuilder::matches`).
134134
The `ContentViewBuilder` builds a `ContentView`.
135135

136136
First, the `ContentViewBuilder` loads the `Location` and the `Content`, and adds them to the `ContentView` object.

0 commit comments

Comments
 (0)