2 declare(strict_types = 1);
39 $this->configurationManager->getConfigurationValueByPath(
'BE/passwordHashing/className');
40 $options = (array)$this->configurationManager->getConfigurationValueByPath(
'BE/passwordHashing/options');
41 foreach ($options as $optionName => $optionValue) {
45 $this->configurationManager->getConfigurationValueByPath(
'FE/passwordHashing/className');
46 $options = (array)$this->configurationManager->getConfigurationValueByPath(
'FE/passwordHashing/options');
47 foreach ($options as $optionName => $optionValue) {