-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #4764 [Reference][Forms] move cautions to make them visible (xa…
…bbuh) This PR was merged into the 2.5 branch. Discussion ---------- [Reference][Forms] move cautions to make them visible | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.5+ | Fixed tickets | If the reader follows a direct link to the option's description, they would very likely not see the caution as it was rendered outside the viewport. Commits ------- e9559a5 move cautions to make them visible
- Loading branch information
Showing
5 changed files
with
24 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
.. index:: | ||
single: ClassLoader; DebugClassLoader | ||
|
||
Debugging a Class Loader | ||
======================== | ||
|
||
Since Symfony 2.4, the ``DebugClassLoader`` of the Class Loader component is | ||
deprecated. Use the | ||
:doc:`DebugClassLoader provided by the Debug component </components/debug/class_loader>`. | ||
.. caution:: | ||
|
||
The ``DebugClassLoader`` from the ClassLoader component was deprecated | ||
in Symfony 2.5 and will be removed in Symfony 3.0. Use the | ||
:doc:`DebugClassLoader provided by the Debug component </components/debug/class_loader>`. |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
* :doc:`/components/console/helpers/dialoghelper` | ||
* :doc:`/components/console/helpers/dialoghelper` (deprecated as of 2.5) | ||
* :doc:`/components/console/helpers/formatterhelper` | ||
* :doc:`/components/console/helpers/progressbar` | ||
* :doc:`/components/console/helpers/progresshelper` | ||
* :doc:`/components/console/helpers/progresshelper` (deprecated as of 2.5) | ||
* :doc:`/components/console/helpers/questionhelper` | ||
* :doc:`/components/console/helpers/table` | ||
* :doc:`/components/console/helpers/tablehelper` | ||
* :doc:`/components/console/helpers/tablehelper` (deprecated as of 2.5) |
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
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