[TASK] Mark various obvious code as @internal
All specific controllers for specific Backend actions, Backend-module related modules, all hook implementations (where the core uses hooks by itself), and module-specific ViewHelpers are now marked as @internal to ensure developers what is part of the public TYPO3 Core API. within - EXT:backend (except ViewHelpers) - EXT:beuser - EXT:about - EXT:belog All @api methods have been removed. Resolves: #86505 Releases: master Change-Id: I1fd1e16f7885e81fb994999e5873a1a3a1aa6c3b Reviewed-on: https://review.typo3.org/58524 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- typo3/sysext/about/Classes/Controller/AboutController.php 2 additions, 0 deletionstypo3/sysext/about/Classes/Controller/AboutController.php
- typo3/sysext/backend/Classes/Backend/Shortcut/ShortcutRepository.php 2 additions, 0 deletions...t/backend/Classes/Backend/Shortcut/ShortcutRepository.php
- typo3/sysext/backend/Classes/Backend/ToolbarItems/ShortcutToolbarItem.php 2 additions, 0 deletions...kend/Classes/Backend/ToolbarItems/ShortcutToolbarItem.php
- typo3/sysext/backend/Classes/Backend/ToolbarItems/UserToolbarItem.php 2 additions, 0 deletions.../backend/Classes/Backend/ToolbarItems/UserToolbarItem.php
- typo3/sysext/backend/Classes/Clipboard/Clipboard.php 2 additions, 0 deletionstypo3/sysext/backend/Classes/Clipboard/Clipboard.php
- typo3/sysext/backend/Classes/Composer/InstallerScripts.php 2 additions, 0 deletionstypo3/sysext/backend/Classes/Composer/InstallerScripts.php
- typo3/sysext/backend/Classes/Configuration/SiteTcaConfiguration.php 2 additions, 0 deletions...xt/backend/Classes/Configuration/SiteTcaConfiguration.php
- typo3/sysext/backend/Classes/Controller/AjaxLoginController.php 1 addition, 0 deletions...sysext/backend/Classes/Controller/AjaxLoginController.php
- typo3/sysext/backend/Classes/Controller/ContentElement/ElementHistoryController.php 1 addition, 0 deletions...es/Controller/ContentElement/ElementHistoryController.php
- typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php 1 addition, 0 deletions...ontroller/ContentElement/ElementInformationController.php
- typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php 1 addition, 0 deletions...asses/Controller/ContentElement/MoveElementController.php
- typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php 1 addition, 0 deletions...Controller/ContentElement/NewContentElementController.php
- typo3/sysext/backend/Classes/Controller/ContextHelpAjaxController.php 1 addition, 0 deletions.../backend/Classes/Controller/ContextHelpAjaxController.php
- typo3/sysext/backend/Classes/Controller/ContextMenuController.php 1 addition, 0 deletions...sext/backend/Classes/Controller/ContextMenuController.php
- typo3/sysext/backend/Classes/Controller/DummyController.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/Controller/DummyController.php
- typo3/sysext/backend/Classes/Controller/File/CreateFolderController.php 1 addition, 0 deletions...ackend/Classes/Controller/File/CreateFolderController.php
- typo3/sysext/backend/Classes/Controller/File/EditFileController.php 1 addition, 0 deletions...xt/backend/Classes/Controller/File/EditFileController.php
- typo3/sysext/backend/Classes/Controller/File/FileController.php 1 addition, 0 deletions...sysext/backend/Classes/Controller/File/FileController.php
- typo3/sysext/backend/Classes/Controller/File/FileUploadController.php 1 addition, 0 deletions.../backend/Classes/Controller/File/FileUploadController.php
- typo3/sysext/backend/Classes/Controller/File/RenameFileController.php 1 addition, 0 deletions.../backend/Classes/Controller/File/RenameFileController.php
Please register or sign in to comment