Content was removed
TYPO3 v15
DatabaseWriter->getLogTable() and DatabaseWriter->setLogTable() where removed
Deprecated since version 14.2
See Deprecation: #109295 - DatabaseWriter::setLogTable()/getLogTable()
The DatabaseWriter
can only be used with the
sys_ table starting with TYPO3 v15.
Page module section markup events removed
Deprecated since version 14.3
The events
\Before and
\After
were removed with TYPO3 v15. There is no direct replacement so listeners that decorated
backend layout columns with these events should be removed.
CacheAction "href" key removed
Changed in version 14.3
The Cache array key href used in cache action definitions
provided via the
Modify
has been deprecated in favor of endpoint. The new key name better reflects
the purpose of this field, which is used as an AJAX endpoint URL. The value
must be a
string.
AddJavaScriptModulesEvent renamed to AddUserSettingsJavaScriptModulesEvent
Changed in version 14.3
See Deprecation: #109517 - PSR-14 event \TYPO3\CMS\Setup\Event\AddJavaScriptModulesEvent.
The event
\TYPO3\
was moved from TYPO3CMSSetup
as the system extension setup was integrated into
typo3/cms-backend
.
ModifyLanguagePackRemoteBaseUrlEvent and ModifyLanguagePacksEvent moved to EXT:core
Deprecated since version 14.2
See Deprecation: #109027 - Move language:update command and events to EXT:core.
The events ModifyLanguagePackRemoteBaseUrlEvent and ModifyLanguagePacksEvent have been moved to typo3/cms-core .
typo3/cms-install has no events anymore as it was made optional.
TYPO3 v14
TypoScriptFrontendController and $GLOBALS['TSFE'] removed
Deprecated since version 13.4
Most properties can be retrieved from the TYPO3 request object.
$GLOBALS['TYPO3_CONF_VARS']['FE']['additionalAbsRefPrefixDirectories'] has no effect anymore
Changed in version 14.0
Global search and replace code for links has been removed, which means setting
$GLOBALS
is obsolete as well.
See Breaking: #108114 - Global frontend content link prefixing removed
TYPO3 v12
$GLOBALS['PAGES_TYPES'] removed
Changed in version 12.0
Removed with TYPO3 v12.0