Commit 579e3b3
committed
File tree
Expand file treeCollapse file tree
11 files changed
+148
-8
lines changedFilter options
- src/Symfony
- Bridge/Twig/Resources/views/Form
- Bundle/FrameworkBundle/Resources/views/Form
- Component/Form
- Extension/Core
- Type
- Tests
- Fixtures/Descriptor
Expand file treeCollapse file tree
11 files changed
+148
-8
lines changedsrc/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
239 | 239 |
|
240 | 240 |
|
241 | 241 |
|
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
242 | 252 |
|
243 | 253 |
|
244 | 254 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/color_widget.html.php
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/tel_widget.html.php
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
src/Symfony/Component/Form/Extension/Core/CoreExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/CoreExtension.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
| 80 | + |
| 81 | + |
80 | 82 |
|
81 | 83 |
|
82 | 84 |
|
src/Symfony/Component/Form/Extension/Core/Type/ColorType.php
Copy file name to clipboard+33Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
src/Symfony/Component/Form/Extension/Core/Type/TelType.php
Copy file name to clipboard+33Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2468 | 2468 |
|
2469 | 2469 |
|
2470 | 2470 |
|
| 2471 | + |
| 2472 | + |
| 2473 | + |
| 2474 | + |
| 2475 | + |
| 2476 | + |
| 2477 | + |
| 2478 | + |
| 2479 | + |
| 2480 | + |
| 2481 | + |
| 2482 | + |
| 2483 | + |
| 2484 | + |
| 2485 | + |
| 2486 | + |
| 2487 | + |
| 2488 | + |
| 2489 | + |
| 2490 | + |
| 2491 | + |
| 2492 | + |
| 2493 | + |
| 2494 | + |
| 2495 | + |
| 2496 | + |
| 2497 | + |
| 2498 | + |
| 2499 | + |
| 2500 | + |
2471 | 2501 |
|
src/Symfony/Component/Form/Tests/AbstractLayoutTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/AbstractLayoutTest.php+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2463 | 2463 |
|
2464 | 2464 |
|
2465 | 2465 |
|
| 2466 | + |
| 2467 | + |
| 2468 | + |
| 2469 | + |
| 2470 | + |
| 2471 | + |
| 2472 | + |
| 2473 | + |
| 2474 | + |
| 2475 | + |
| 2476 | + |
| 2477 | + |
| 2478 | + |
| 2479 | + |
| 2480 | + |
| 2481 | + |
| 2482 | + |
| 2483 | + |
| 2484 | + |
| 2485 | + |
| 2486 | + |
| 2487 | + |
| 2488 | + |
| 2489 | + |
| 2490 | + |
| 2491 | + |
| 2492 | + |
| 2493 | + |
2466 | 2494 |
|
src/Symfony/Component/Form/Tests/Fixtures/Descriptor/defaults_1.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Fixtures/Descriptor/defaults_1.json+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
| ||
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| 31 | + |
30 | 32 |
|
31 | 33 |
|
32 | 34 |
|
|
src/Symfony/Component/Form/Tests/Fixtures/Descriptor/defaults_1.txt
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Fixtures/Descriptor/defaults_1.txt+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
src/Symfony/Component/Form/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/composer.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
|
0 commit comments