You are here

public function ConnectionRegistry::getDefaultConnectionName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php \Doctrine\Common\Persistence\ConnectionRegistry::getDefaultConnectionName()

Gets the default connection name.

Return value

string The default connection name.

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

File

vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php, line 38

Class

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

Namespace

Doctrine\Common\Persistence

Code

public function getDefaultConnectionName();