public function ConnectionRegistry::getDefaultConnectionName in Zircon Profile 8
Same name and namespace in other branches
- 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\PersistenceCode
public function getDefaultConnectionName();