Stevebauman\Translation\Clients\GoogleTranslateApi::getApiKey PHP Метод

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

Returns the api key from the configuration.
protected getApiKey ( ) : string
Результат string
    protected function getApiKey()
    {
        return $this->config->get('translation.clients.api_key');
    }