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.

Internal

for core internal usage and not part of public core API.

Tags
see
https://github.com/doctrine/dbal/blob/3.7.x/UPGRADE.md#deprecated-not-setting-a-schema-manager-factory
see
https://github.com/doctrine/dbal/blob/3.7.x/UPGRADE.md#deprecated-extension-via-schema-definition-events

Table of Contents

Interfaces

SchemaManagerFactory

Methods

createSchemaManager()  : AbstractSchemaManager

Methods

createSchemaManager()

public createSchemaManager(Connection $connection) : AbstractSchemaManager
Parameters
$connection : Connection
Return values
AbstractSchemaManager

        
On this page

Search results