12 Commits

Author SHA1 Message Date
Oskar Stark
8a2b584b1c [Filesystem][Finder][Form] Use CPP 2024-01-16 22:21:05 +01:00
Nicolas Grekas
e1d7b9d9ab Add types to public and protected properties 2023-07-27 18:29:09 +02:00
Grégoire Pineau
7dddf80606 [CS] Remove @inheritdoc PHPDoc 2022-08-25 17:27:04 +02:00
Nicolas Grekas
00aeda6dd3 Add return types - batch 6/n 2021-08-16 17:45:02 +02:00
Nicolas Grekas
c3d0fd33ed [Form] add union types 2021-07-07 15:31:34 +02:00
Nicolas Grekas
33e9eec15b [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Graham Campbell
1082181742 [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Fabien Potencier
1d247c5a1c made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Bernhard Schussek
44739be610 Fixing email 2012-05-26 09:48:33 +02:00
Victor Berchet
bbca53535b [Form] Fix the ReversedTransform class 2011-05-10 20:25:22 +02:00
Pascal Borreli
4c2ca305dd [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
Bernhard Schussek
fc5c541bc5 [Form] Reorganized code into "form extensions"
The extension classes are now the only constructor argument of the FormFactory class. They replace the existing "type loader" classes.

    new FormFactory(array(
        new CoreExtension($validator, $storage),
        new CsrfExtension($csrfProvider),
        new DoctrineOrmExtension($em),
    ));

Together with a few upcoming commits this mechanism will make

 * extension of the form framework in bundles and
 * usage of the forms outside of Symfony2

much easier.
2011-04-22 17:41:21 +02:00