Google\Cloud\RequestBuilder::loadServiceDefinition PHP Method

loadServiceDefinition() private method

private loadServiceDefinition ( string $servicePath ) : array
$servicePath string
return array
    private function loadServiceDefinition($servicePath)
    {
        return json_decode(file_get_contents($servicePath, true), true);
    }