File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 16
16
/**
17
17
* This event is dispatched at the end of the Form::setData() method.
18
18
*
19
- * This event is mostly here for reading data after having pre-populated the form.
19
+ * It can be used to modify a form depending on the populated data (adding or
20
+ * removing fields dynamically).
20
21
*/
21
22
final class PostSetDataEvent extends FormEvent
22
23
{
Original file line number Diff line number Diff line change 16
16
/**
17
17
* This event is dispatched at the beginning of the Form::setData() method.
18
18
*
19
- * It can be used to:
20
- * - Modify the data given during pre-population;
21
- * - Modify a form depending on the pre-populated data (adding or removing fields dynamically).
19
+ * It can be used to modify the data given during pre-population.
22
20
*/
23
21
final class PreSetDataEvent extends FormEvent
24
22
{
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function getHeaders(): array
49
49
* RewriteCond %{HTTP:Authorization} .+
50
50
* RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0]
51
51
* RewriteCond %{REQUEST_FILENAME} !-f
52
- * RewriteRule ^(.*)$ app .php [QSA,L]
52
+ * RewriteRule ^(.*)$ index .php [QSA,L]
53
53
*/
54
54
55
55
$ authorizationHeader = null ;
You can’t perform that action at this time.
0 commit comments