Shopware\PluginCreator\Services\WorkingDirectoryProvider\CurrentOutputDirectoryProvider::getCwd PHP Method

getCwd() private method

private getCwd ( ) : string
return string
    private function getCwd()
    {
        return getcwd();
    }
CurrentOutputDirectoryProvider