Deprecation: #85462 - Signal 'hasInstalledExtensions'
See forge#85462
Description
The usage of signal
has
of class
\TYPO3\
has been marked as deprecated and will be removed in TYPO3 v10.
The signal is a duplication of
after
that is also emitted during
extension installation.
Impact
Slots of this signal will get executed in TYPO3 v9 but will be abandoned with TYPO3 v10.
Affected Installations
Extensions that register slots for the signal
has
of class
\TYPO3\
.
Migration
Extensions should use the signal
after
of class
\TYPO3\
instead which is emitted after an
extension has been installed.