Crud\Listener\ApiQueryLogListener::_getSources PHP Method

_getSources() protected method

Get a list of sources defined in database.php
protected _getSources ( ) : array
return array
    protected function _getSources()
    {
        return ConnectionManager::configured();
    }