trait TablePrefixTrait (View source)

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

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