File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,11 @@ Installation
1919 .. include :: /components/require_autoload.rst.inc
2020
2121How can the Expression Engine Help Me?
22- --------------------------------------
22+
23+ .. _how-can-the-expression-engine-help-me :
24+
25+ How can the Expression Language Help Me?
26+ ----------------------------------------
2327
2428The purpose of the component is to allow users to use expressions inside
2529configuration for more complex logic. For some examples, the Symfony Framework
Original file line number Diff line number Diff line change @@ -250,6 +250,12 @@ For more information about the expression and what variables are available
250250to you, see the :ref: `expression <reference-constraint-expression-option >`
251251option details below.
252252
253+ .. tip ::
254+
255+ Internally, this expression validator constraint uses a service called
256+ ``validator.expression_language `` to evaluate the expressions. You can
257+ decorate or extend that service to fit your own needs.
258+
253259Options
254260-------
255261
You can’t perform that action at this time.
0 commit comments