diff --git a/reference/constraints.rst b/reference/constraints.rst index ef3b3db5876..1ba825e2536 100644 --- a/reference/constraints.rst +++ b/reference/constraints.rst @@ -58,6 +58,7 @@ Validation Constraints Reference constraints/All constraints/UserPassword constraints/Valid + constraints/Traverse The Validator is designed to validate objects against *constraints*. In real life, a constraint could be: "The cake must not be burned". In diff --git a/reference/constraints/map.rst.inc b/reference/constraints/map.rst.inc index 20da0bc361f..e0eae320682 100644 --- a/reference/constraints/map.rst.inc +++ b/reference/constraints/map.rst.inc @@ -78,3 +78,4 @@ Other Constraints * :doc:`Collection ` * :doc:`Count ` * :doc:`UniqueEntity ` +* :doc:`Traverse `