-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate TypeGuesserInterface from Guesser
Deprecated in favor of Sonata\AdminBundle\FieldDescription\TypeGuesserInterface.
- Loading branch information
1 parent
cbc6e91
commit ff56ac5
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,11 @@ | |
/** | ||
* The code is based on Symfony2 Form Components. | ||
* | ||
* NEXT_MAJOR: Remove this class. | ||
* | ||
* @deprecated since sonata-project/admin-bundle 3.x, to be removed in 4.0. | ||
* Use Sonata\AdminBundle\FieldDescription\TypeGuesserChain instead. | ||
* | ||
* @final since sonata-project/admin-bundle 3.52 | ||
* | ||
* @author Bernhard Schussek <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,11 @@ | |
use Symfony\Component\Form\Guess\TypeGuess; | ||
|
||
/** | ||
* NEXT_MAJOR: Remove this class. | ||
* | ||
* @deprecated since sonata-project/admin-bundle 3.x, to be removed in 4.0. | ||
* Use Sonata\AdminBundle\FieldDescription\TypeGuesserInterface instead. | ||
* | ||
* @author Thomas Rabaix <[email protected]> | ||
*/ | ||
interface TypeGuesserInterface | ||
|