Fabien Potencier
|
6448912109
[Form] fixed unit test
|
14 年 前 |
Fabien Potencier
|
17cd08dc6c
fixed CS
|
14 年 前 |
Bernhard Schussek
|
675e5ded9e
[Form] Changed FormBuilder::build() to FormBuilder::create(). You hvae to pass the resulting builder to FormBuilder::add() manually now
|
14 年 前 |
Bernhard Schussek
|
54e66c518f
[Form] Reorganized code into "form extensions"
|
14 年 前 |
Bernhard Schussek
|
a97366fbcb
[Form] Split signature of FormFactory::create() into create() and createNamed()
|
14 年 前 |
Bernhard Schussek
|
e3db366116
[Form] Passing FormFactory to FormBuilder in its constructor
|
14 年 前 |
Bernhard Schussek
|
1ef18360fa
[Form] Made name immutable in FormBuilder to avoid synchronization problems with name and property path
|
14 年 前 |
Bernhard Schussek
|
6588a47ba7
[Form] Removed FormBuilder::setDataClass(). Use the FieldType option "data_class" instead.
|
14 年 前 |
Bernhard Schussek
|
364b0f5208
[Form] Fixed: FormBuilder::add() accepts FormTypeInterface instances
|
14 年 前 |
Bernhard Schussek
|
9b1b8cbffa
[Form] Replaced various occurences of 'field' by 'form'
|
14 年 前 |
Bernhard Schussek
|
321d40b21a
[Form] Decoupled FormBuilder from ThemeInterface
|
14 年 前 |
Bernhard Schussek
|
2dbb41714a
[Form] Merged Field and Form. Merged FieldBuilder and FormBuilder. After the refactoring, the distinction between the two concepts is small enough to merge them
|
14 年 前 |
Bernhard Schussek
|
2c6c89d898
Merge remote branch 'beberlei/forms' into beberlei-merge
|
14 年 前 |
Benjamin Eberlei
|
b43318ee3e
[Form] Add tests for untested classes.
|
14 年 前 |