Neos\Neos\Setup\Step\NeosSpecificRequirementsStep::postProcessFormValues PHP Method

postProcessFormValues() public method

public postProcessFormValues ( array $formValues )
$formValues array
    public function postProcessFormValues(array $formValues)
    {
        $this->distributionSettings = Arrays::setValueByPath($this->distributionSettings, 'Neos.Imagine.driver', $formValues['imagineDriver']);
        $this->configurationSource->save(FLOW_PATH_CONFIGURATION . ConfigurationManager::CONFIGURATION_TYPE_SETTINGS, $this->distributionSettings);
        $this->configurationManager->flushConfigurationCache();
    }