We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3192a7 commit 0967d07Copy full SHA for 0967d07
book/validation.rst
@@ -103,6 +103,11 @@ following:
103
Protected and private properties can also be validated, as well as "getter"
104
methods (see :ref:`validator-constraint-targets`).
105
106
+.. versionadded:: 2.7
107
+ As of Symfony 2.7, XML and Yaml constraint files located in the
108
+ ``Resources/config/validation`` sub-directory of a bundle are loaded. Prior
109
+ to 2.7, only ``Resources/config/validation.yml`` (or ``.xml``) were loaded.
110
+
111
.. index::
112
single: Validation; Using the validator
113
0 commit comments