26 protected $name =
'Custom';
81 foreach ($this->configurationValues as $configurationKey => $configurationValue) {
82 if (isset($this->postValues[
'enable'])
83 && $this->postValues[
'enable'] === $this->name
84 && isset($this->postValues[$this->name][$configurationKey])
86 $currentValue = $this->postValues[
$this->name][$configurationKey];
88 $currentValue = $this->configurationManager->getConfigurationValueByPath($configurationKey);