Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions development/tell_me_about/controller_as_service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ Instead, consider using service decoration as described below.
Controller Class
----------------

New service controllers are very similar to standard controllers; they must extend
`OxidEsales\EshopCommunity\Core\Controller\BaseController` or
implement `OxidEsales\EshopCommunity\Internal\Framework\Controller\ViewControllerInterface`.
New service controllers are very similar to standard controllers; they must either extend
`OxidEsales\\EshopCommunity\\Core\\Controller\\BaseController`
or implement
`OxidEsales\\EshopCommunity\\Internal\\Framework\\Controller\\ViewControllerInterface`.

|example|

Expand Down