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
19
19
.. include :: /components/require_autoload.rst.inc
20
20
21
21
How 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
+ ----------------------------------------
23
27
24
28
The purpose of the component is to allow users to use expressions inside
25
29
configuration 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
250
250
to you, see the :ref: `expression <reference-constraint-expression-option >`
251
251
option details below.
252
252
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
+
253
259
Options
254
260
-------
255
261
You can’t perform that action at this time.
0 commit comments