PartKeepr\SetupBundle\Services\ConfigSetupService::getConfigPath PHP Method

getConfigPath() public method

public getConfigPath ( $test )
    public function getConfigPath($test)
    {
        if ($test) {
            $filename = 'parameters_setup.php';
        } else {
            $filename = 'parameters.php';
        }
        return dirname(__FILE__) . '/../../../../app/config/' . $filename;
    }