Closed
Description
The following methods should be renamed:
- FormBuilder::prependNormTransformer → addNormTransformer
- FormBuilder::appendClientTransformer → addClientTransformer
The methods appendNormTransformer and prependClientTransformer should be removed. These assume that the normalized format can be changed. In reality, the normalized format is chosen by the creator of a type and should not be modified in order to keep the type working correctly.
This change simplifies the Form API and reduces WTF's arising when appendNormTransformer or prependClientTransformer are used.