Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6b1845d

Browse filesBrowse files
committed
[Form] Removed depracted events PRE_BIND, BIND and POST_BIND
1 parent 5099d43 commit 6b1845d
Copy full SHA for 6b1845d

File tree

5 files changed

+4
-396
lines changed
Filter options

5 files changed

+4
-396
lines changed

‎src/Symfony/Component/Form/Deprecated/FormEvents.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Deprecated/FormEvents.php
-28Lines changed: 0 additions & 28 deletions
This file was deleted.

‎src/Symfony/Component/Form/Extension/HttpFoundation/EventListener/BindRequestListener.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/HttpFoundation/EventListener/BindRequestListener.php
-84Lines changed: 0 additions & 84 deletions
This file was deleted.

‎src/Symfony/Component/Form/FormEvents.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormEvents.php
-26Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
namespace Symfony\Component\Form;
1212

13-
use Symfony\Component\Form\Deprecated\FormEvents as Deprecated;
14-
1513
/**
1614
* @author Bernhard Schussek <bschussek@gmail.com>
1715
*/
@@ -73,30 +71,6 @@ final class FormEvents
7371
*/
7472
const POST_SET_DATA = 'form.post_set_data';
7573

76-
/**
77-
* @deprecated Deprecated since version 2.3, to be removed in 3.0. Use
78-
* {@link PRE_SUBMIT} instead.
79-
*
80-
* @Event
81-
*/
82-
const PRE_BIND = Deprecated::PRE_BIND;
83-
84-
/**
85-
* @deprecated Deprecated since version 2.3, to be removed in 3.0. Use
86-
* {@link SUBMIT} instead.
87-
*
88-
* @Event
89-
*/
90-
const BIND = Deprecated::BIND;
91-
92-
/**
93-
* @deprecated Deprecated since version 2.3, to be removed in 3.0. Use
94-
* {@link POST_SUBMIT} instead.
95-
*
96-
* @Event
97-
*/
98-
const POST_BIND = Deprecated::POST_BIND;
99-
10074
private function __construct()
10175
{
10276
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.