ConnectionResolverInterface
interface ConnectionResolverInterface
Methods
connection(UnitEnum|string|null $name = null)
Get a database connection instance.
string|null
getDefaultConnection()
Get the default connection name.
void
setDefaultConnection(string|null $name)
Set the default connection name.
Details
at line 14
ConnectionInterface
connection(UnitEnum|string|null $name = null)
Get a database connection instance.
at line 19
string|null
getDefaultConnection()
Get the default connection name.
at line 24
void
setDefaultConnection(string|null $name)
Set the default connection name.