CoreSchemaManagerFactory implements SchemaManagerFactory
FinalYes
Custom SchemaManager factory to ensure that the extended SchemaManager classes are used for supported platforms. Without this, custom schema handling would be cut off.
Note: This is the transition to mitigate the dropped doctrine event manager
since doctrine/dbal ^4
.
for core internal usage and not part of public core API.
Tags
Table of Contents
Interfaces
- SchemaManagerFactory
Methods
- createSchemaManager() : AbstractSchemaManager
Methods
createSchemaManager()
public
createSchemaManager(Connection $connection) : AbstractSchemaManager
Parameters
- $connection : Connection