title | issue |
---|---|
Make EventSubscribers internal |
NEXT-22389 |
- Deprecated all EventSubscribers, as they will internal from 6.5.0 onward, don't call the EventSubscribers directly.
- Deprecated class
\Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry
and it's methodgetSubscribedEvents()
as the registry won't implement theEventSubscriberInterface
in 6.5.0 anymore.