Skip to content

Commit 4ba76f5

Browse files
Alagtslinawolf
andauthored
[TASK] Correct removed class alias (Controller vs. AsController) (#5046)
* [TASK] Correct removed class alias (Controller vs. AsController) Resolves: [TYPO3-Documentation/Changelog-To-Doc#1160](TYPO3-Documentation/Changelog-To-Doc#1160) Releases: main * Update Documentation/ExtensionArchitecture/HowTo/BackendModule/CreateModuleWithExtbase.rst --------- Co-authored-by: Lina Wolf <[email protected]>
1 parent b539fd7 commit 4ba76f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/ExtensionArchitecture/HowTo/BackendModule/CreateModuleWithExtbase.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ controller:
4848
A backend controller should be tagged with the
4949
:php:`\TYPO3\CMS\Backend\Attribute\AsController` (php:`#[AsController]`) attribute.
5050

51+
.. versionchanged:: 14.0
52+
The class alias for :php:`\TYPO3\CMS\Backend\Attribute\Controller` has been
53+
removed. :php:`\TYPO3\CMS\Backend\Attribute\AsController` is still in place.
54+
5155
After that you can add titles, menus and buttons using :php:`ModuleTemplate`:
5256

5357
.. code-block:: php

0 commit comments

Comments
 (0)