FluidTYPO3\Vhs\ViewHelpers\Resource\Record\FalViewHelper::getDatabaseConnection PHP Method

getDatabaseConnection() protected method

protected getDatabaseConnection ( ) : TYPO3\CMS\Core\Database\DatabaseConnection
return TYPO3\CMS\Core\Database\DatabaseConnection
    protected function getDatabaseConnection()
    {
        return $GLOBALS['TYPO3_DB'];
    }