TimedPublishSubscriber
class TimedPublishSubscriber implements EventSubscriberInterface (View source)
Traits
Constants
PRIORITY |
|
Methods
No description
Since we introduced symfony/proxy-manager-bridge
, the keys in the tableprefix
no longer match what the manager tells us it should be. For example, the
given key was 0000000005ee10ad0000000043b453e3
, but in our reference
table we had 0000000005ee10e90000000043b453e3
. We just return the first one, now
No description
Kernel request listener callback.
Return the events to subscribe to.
Details
protected
setTablePrefix(ObjectManager $manager, string $prefix)
protected
setTablePrefixes($tablePrefixes, ManagerRegistry $managerRegistry)
protected string
getTablePrefix()
Since we introduced symfony/proxy-manager-bridge
, the keys in the tableprefix
no longer match what the manager tells us it should be. For example, the
given key was 0000000005ee10ad0000000043b453e3
, but in our reference
table we had 0000000005ee10e90000000043b453e3
. We just return the first one, now
__construct($tablePrefix, ManagerRegistry $managerRegistry)
void
onKernelRequest()
Kernel request listener callback.
static array
getSubscribedEvents()
Return the events to subscribe to.