dbal.services.yml in Dbal connection 8
File
dbal.services.ymlView source
- services:
- dbal_connection_factory:
- class: Drupal\dbal\ConnectionFactory
- dbal_connection:
- class: Doctrine\DBAL\Connection
- factory: dbal_connection_factory:get
Services
Name | Description |
---|---|
dbal_connection | Doctrine\DBAL\Connection |
dbal_connection_factory | Drupal\dbal\ConnectionFactory |