Crud\Listener\ApiQueryLogListener::_getSources PHP Метод

_getSources() защищенный Метод

Get a list of sources defined in database.php
protected _getSources ( ) : array
Результат array
    protected function _getSources()
    {
        return ConnectionManager::configured();
    }