Important: #108796 - Internal shortcut classes renamed to bookmark
See forge#108796
Description
As part of the centralized bookmark management feature, several internal classes
related to backend shortcuts have been renamed to use "bookmark" terminology.
These classes were marked as
@internal and are not part of the public
TYPO3 API. However, some extensions might have used them although they were internal.
The following classes have been renamed or replaced:
\TYPO3\CMS\ Backend\ Backend\ Shortcut\ Shortcut Repository - Removed and replaced by
\TYPO3\andCMS\ Backend\ Backend\ Bookmark\ Bookmark Service \TYPO3\CMS\ Backend\ Backend\ Bookmark\ Bookmark Repository \TYPO3\CMS\ Backend\ Controller\ Shortcut Controller - Renamed to
\TYPO3\CMS\ Backend\ Controller\ Bookmark Controller \TYPO3\CMS\ Backend\ Backend\ Toolbar Items\ Shortcut Toolbar Item - Renamed to
\TYPO3\CMS\ Backend\ Backend\ Toolbar Items\ Bookmark Toolbar Item
The JavaScript module
@typo3/ has been removed
and replaced by the new bookmark management modules in
@typo3/.