function ConnectionRegistry::getDefaultConnectionName

Gets the default connection name.

Return value

string The default connection name

1 method overrides ConnectionRegistry::getDefaultConnectionName()
AbstractManagerRegistry::getDefaultConnectionName in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
Gets the default connection name.

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php, line 39

Class

ConnectionRegistry
Contract covering connection for a Doctrine persistence layer ManagerRegistry class to implement.

Namespace

Doctrine\Common\Persistence

Code

function getDefaultConnectionName();