class TimedPublishSubscriber implements EventSubscriberInterface (View source)

Traits

Constants

PRIORITY

Methods

setTablePrefix(ObjectManager $manager, string $prefix)

No description

setTablePrefixes($tablePrefixes, ManagerRegistry $managerRegistry)

No description

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)

No description

void
onKernelRequest()

Kernel request listener callback.

static array
getSubscribedEvents()

Return the events to subscribe to.

Details

protected setTablePrefix(ObjectManager $manager, string $prefix)

Parameters

ObjectManager $manager
string $prefix

protected setTablePrefixes($tablePrefixes, ManagerRegistry $managerRegistry)

Parameters

$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

Return Value

string

__construct($tablePrefix, ManagerRegistry $managerRegistry)

Parameters

$tablePrefix
ManagerRegistry $managerRegistry

void onKernelRequest()

Kernel request listener callback.

Return Value

void

static array getSubscribedEvents()

Return the events to subscribe to.

Return Value

array