TablePrefix
class TablePrefix (View source)
Traits
Methods
setTablePrefixes($tablePrefixes, ManagerRegistry $managerRegistry)
No description
from
TablePrefixTrait
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
from
TablePrefixTrait
__construct($tablePrefix, ManagerRegistry $managerRegistry)
No description
void
loadClassMetadata(LoadClassMetadataEventArgs $eventArgs)
No description
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