This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/Form/ValueTransformer
Bernhard Schussek 74d0ac82f7 [Form] Cleaned up ValueTransformerInterface
This commit removes CollectionToStringTransformer. Transformers should never change the state of the outside world, otherwise hard-to-track bugs might creap in.

This functionality needs to be implemented as a custom FieldType (see EntityChoiceField).
2011-02-06 19:46:29 +01:00
..
BooleanToStringTransformerTest.php normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
DateTimeToArrayTransformerTest.php normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
DateTimeToLocalizedStringTransformerTest.php [Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves. 2011-02-01 15:27:12 +01:00
DateTimeToStringTransformerTest.php normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
DateTimeToTimestampTransformerTest.php normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
MoneyToLocalizedStringTransformerTest.php [Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves. 2011-02-01 15:27:12 +01:00
NumberToLocalizedStringTransformerTest.php [Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves. 2011-02-01 15:27:12 +01:00
PercentToLocalizedStringTransformerTest.php [Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves. 2011-02-01 15:27:12 +01:00
ValueTransformerChainTest.php [Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves. 2011-02-01 15:27:12 +01:00