Skip to content

Commit

Permalink
[TASK] Don't mark ConnectionPool::getConnectionByName() as internal
Browse files Browse the repository at this point in the history
The method ConnectionPool::getConnectionByName() is no longer flagged
as internal as it is useful for extensions creating connections
to external databases.

Resolves: #84100
Releases: master, 8.7
Change-Id: I9bbf524905c436097264c465e92d8b689994c253
Reviewed-on: https://review.typo3.org/55986
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Daniel Goerz <ervaude@gmail.com>
Tested-by: Daniel Goerz <ervaude@gmail.com>
Reviewed-by: Mathias Brodala <mbrodala@pagemachine.de>
Tested-by: Mathias Brodala <mbrodala@pagemachine.de>
Reviewed-by: Frank Naegler <frank.naegler@typo3.org>
Tested-by: Frank Naegler <frank.naegler@typo3.org>
  • Loading branch information
georgringer authored and NeoBlack committed Mar 2, 2018
1 parent 99d32c8 commit 42a78bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typo3/sysext/core/Classes/Database/ConnectionPool.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public function getConnectionForTable(string $tableName): Connection
* @param string $connectionName
* @return Connection
* @throws \Doctrine\DBAL\DBALException
* @internal
*/
public function getConnectionByName(string $connectionName): Connection
{
Expand Down

0 comments on commit 42a78bd

Please sign in to comment.