Pascal Borreli
|
06b3c386d9
[Form] Fixed typos
|
14 yıl önce |
Fabien Potencier
|
2b8c7f84b5
[Form] added a way to register a Form extension after creation of the FormFactory
|
14 yıl önce |
Bernhard Schussek
|
1ce2db87e2
[Form] Added FormTypeExtensionInterface
|
14 yıl önce |
Bernhard Schussek
|
54e66c518f
[Form] Reorganized code into "form extensions"
|
14 yıl önce |
Bernhard Schussek
|
a97366fbcb
[Form] Split signature of FormFactory::create() into create() and createNamed()
|
14 yıl önce |
Brikou CARRE
|
28121e4a57
[Form] AbstractType::getName() improvement
|
14 yıl önce |
Bernhard Schussek
|
e3db366116
[Form] Passing FormFactory to FormBuilder in its constructor
|
14 yıl önce |
Fabien Potencier
|
49dc836521
[Form] moved the template context creation to the Form class
|
14 yıl önce |
Fabien Potencier
|
7f2294395c
[Form] reverted the templating part to be similar to what we have today
|
14 yıl önce |
Bernhard Schussek
|
1ef18360fa
[Form] Made name immutable in FormBuilder to avoid synchronization problems with name and property path
|
14 yıl önce |
Bernhard Schussek
|
1fa004ceb2
[Form] Simplified the interface names of the Renderer subnamespace
|
14 yıl önce |
Bernhard Schussek
|
89361d036f
[Form] Renamed FormType::configure() to FormType::buildForm()
|
14 yıl önce |
Bernhard Schussek
|
a58cfab37d
[Form] Removed form.type.loader tag and according compiler pass to simplify configuration. Custom types that are not in the DIC can be instantiated manually and passed wherever a type is desired.
|
14 yıl önce |
Bernhard Schussek
|
fae319e77a
[Form] Renderers are now created explicitely using FormFactory::createRenderer(). This improves performance on requests where a form does not need to be rendered
|
14 yıl önce |
Bernhard Schussek
|
c786fac303
[Form] Sample fix implementation of renderers
|
14 yıl önce |
Bernhard Schussek
|
7585dce8dd
[Form] Added options validation to field creation
|
14 yıl önce |
Bernhard Schussek
|
7b412cc762
[Form] Removed FormFactory::addGuessers() and moved guessers to constructor arg instead
|
14 yıl önce |
Bernhard Schussek
|
15d5259eb8
[Form] Forms now remember the types used during their construction
|
14 yıl önce |
Bernhard Schussek
|
ea0e5bb2d6
[Form] Renamed FieldTypeInterface to FormTypeInterface
|
14 yıl önce |
Bernhard Schussek
|
270a98e413
[Form] Added support for types that are not registered in the DIC. These are identified by their FQ class name.
|
14 yıl önce |
Bernhard Schussek
|
119866e06d
[Form] Renamed FormBuilder::getInstance() to getForm()
|
14 yıl önce |
Bernhard Schussek
|
7f9284105d
[Form] Moved namespace FieldGuesser to Type\Guesser
|
14 yıl önce |
Bernhard Schussek
|
2a1e394352
[Form] Renamed field configs to types. Everywhere else, we are referring to the name of the type as 'type' now (was 'identifier')
|
14 yıl önce |
Bernhard Schussek
|
700c96e7fa
[Form] Moved FieldFactoryTest to FormFactoryTest and fixed it
|
14 yıl önce |
Bernhard Schussek
|
9caaf0f3a3
[Form] Introduced FieldBuilder for field/form creation and made Field/Form mostly immutable
|
14 yıl önce |
Bernhard Schussek
|
cb283d3783
[Form] Renamed 'key' to 'name'. Removed setKey() totally.
|
14 yıl önce |
Bernhard Schussek
|
4346097ffd
[Form] Added TODOs and a tweak
|
14 yıl önce |
Bernhard Schussek
|
e53c688a6b
[Form] Fixed RepeatedField, improved structure of the Twig templates
|
14 yıl önce |
Bernhard Schussek
|
5705f74bd0
[Form] Refactored FieldFactory and moved new implementation into the DIC. FormTest fails now.
|
14 yıl önce |
Bernhard Schussek
|
8a6246bd06
[Form] Refactored contents of FormFactory into individual FieldConfig classes
|
14 yıl önce |