File tree Expand file tree Collapse file tree 5 files changed +24
-20
lines changed
reference/forms/types/options Expand file tree Collapse file tree 5 files changed +24
-20
lines changed Original file line number Diff line number Diff line change 11.. index ::
22 single: ClassLoader; DebugClassLoader
3-
3+
44Debugging a Class Loader
55========================
66
7- Since Symfony 2.4, the ``DebugClassLoader `` of the Class Loader component is
8- deprecated. Use the
9- :doc: `DebugClassLoader provided by the Debug component </components/debug/class_loader >`.
7+ .. caution ::
8+
9+ The ``DebugClassLoader `` from the ClassLoader component was deprecated
10+ in Symfony 2.5 and will be removed in Symfony 3.0. Use the
11+ :doc: `DebugClassLoader provided by the Debug component </components/debug/class_loader >`.
Original file line number Diff line number Diff line change 1- * :doc:` /components/console/helpers/dialoghelper`
1+ * :doc:` /components/console/helpers/dialoghelper` (deprecated as of 2 . 5 )
22* :doc:` /components/console/helpers/formatterhelper`
33* :doc:` /components/console/helpers/progressbar`
4- * :doc:` /components/console/helpers/progresshelper`
4+ * :doc:` /components/console/helpers/progresshelper` (deprecated as of 2 . 5 )
55* :doc:` /components/console/helpers/questionhelper`
66* :doc:` /components/console/helpers/table`
7- * :doc:` /components/console/helpers/tablehelper`
7+ * :doc:` /components/console/helpers/tablehelper` (deprecated as of 2 . 5 )
Original file line number Diff line number Diff line change @@ -409,9 +409,9 @@ tools capable of helping you with different tasks:
409409
410410* :doc: `/components/console/helpers/questionhelper `: interactively ask the user for information
411411* :doc: `/components/console/helpers/formatterhelper `: customize the output colorization
412- * :doc: `/components/console/helpers/progresshelper `: shows a progress bar
413- * :doc: `/components/console/helpers/tablehelper `: displays tabular data as a table
414- * :doc: `/components/console/helpers/dialoghelper `: (deprecated) interactively ask the user for information
412+ * :doc: `/components/console/helpers/progressbar `: shows a progress bar
413+ * :doc: `/components/console/helpers/table `: displays tabular data as a table
414+ * :doc: `/components/console/helpers/questionhelper `: interactively ask the user for information
415415
416416.. _component-console-testing-commands :
417417
Original file line number Diff line number Diff line change 1- .. caution::
2-
3- The ``max_length`` option has been deprecated and will be removed in 3 .0 .
4- Instead, use the ``attr`` option by setting it to an array with a ``maxlength`` key.
5-
61max_length
72~~~~~~~~~~
83
4+ .. caution::
5+
6+ The ``max_length`` option was deprecated in Symfony 2 .5 and will be removed
7+ in Symfony 3 .0 . Use the ``attr`` option instead by setting it to an array
8+ with a ``maxlength`` key.
9+
910** type** : ``integer`` ** default** : ``null``
1011
1112If this option is not null, an attribute ``maxlength`` is added, which
Original file line number Diff line number Diff line change 1- .. caution::
2-
3- The ``pattern`` option has been deprecated and will be removed in 3 .0 .
4- Instead, use the ``attr`` option by setting it to an array with a ``pattern`` key.
5-
61pattern
72~~~~~~~
83
4+ .. caution::
5+
6+ The ``pattern`` option was deprecated in Symfony 2 .5 and will be removed
7+ in Symfony 3 .0 . Use the ``attr`` option instead by setting it to an array
8+ with a ``pattern`` key.
9+
910** type** : ``string`` ** default** : ``null``
1011
1112This adds an HTML5 ``pattern`` attribute to restrict the field input by a
You can’t perform that action at this time.
0 commit comments