Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 408 Bytes

2022-09-28-make-event-subscriber-internal.md

File metadata and controls

7 lines (7 loc) · 408 Bytes
title issue
Make EventSubscribers internal
NEXT-22389

Core

  • 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 method getSubscribedEvents() as the registry won't implement the EventSubscriberInterface in 6.5.0 anymore.