OptionsResolverInterface setNormalizers(array $normalizers)
Sets normalizers that are applied on resolved options.
The normalizers should be closures with the following signature:
function (Options $options, $value)
The second parameter passed to the closure is the value of the option.
The closure should return the normalized value.
Please login to continue.