2 namespace TYPO3\CMS\Install\Configuration;
82 foreach ($this->configurationValues as $configurationKey => $configurationValue) {
83 if (isset($this->postValues[
'enable'])
84 && $this->postValues[
'enable'] === $this->name
85 && isset($this->postValues[$this->name][$configurationKey])
87 $currentValue = $this->postValues[
$this->name][$configurationKey];
89 $currentValue = $this->configurationManager->getConfigurationValueByPath($configurationKey);