File tree 4 files changed +20
-16
lines changed
reference/forms/types/options
4 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 1
1
.. index ::
2
2
single: ClassLoader; DebugClassLoader
3
-
3
+
4
4
Debugging a Class Loader
5
5
========================
6
6
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 depracted
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 @@ -409,8 +409,8 @@ tools capable of helping you with different tasks:
409
409
410
410
* :doc: `/components/console/helpers/questionhelper `: interactively ask the user for information
411
411
* :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
412
+ * :doc: `/components/console/helpers/progresshelper `: (deprecated) shows a progress bar
413
+ * :doc: `/components/console/helpers/tablehelper `: (deprecated) displays tabular data as a table
414
414
* :doc: `/components/console/helpers/dialoghelper `: (deprecated) interactively ask the user for information
415
415
416
416
.. _component-console-testing-commands :
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
-
6
1
max_length
7
2
~~~~~~~~~~
8
3
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
+
9
10
**type**: ``integer`` **default**: ``null``
10
11
11
12
If 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
-
6
1
pattern
7
2
~~~~~~~
8
3
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
+
9
10
**type**: ``string `` **default**: ``null``
10
11
11
12
This adds an HTML5 ``pattern`` attribute to restrict the field input by a
You can’t perform that action at this time.
0 commit comments