File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. index ::
2
+ single: Expressions
3
+ Single: Components; Expression Language
4
+
5
+ The ExpressionLanguage Component
6
+ =================================
7
+
8
+ The ExpressionLanguage component provides an engine that can compile and
9
+ evaluate expressions. An expression is a one-liner that returns a value
10
+ (mostly, but not limited to, Booleans).
11
+
12
+ .. versionadded :: 2.4
13
+ The ExpressionLanguage Component was new in Symfony 2.4.
14
+
15
+ Installation
16
+ ------------
17
+
18
+ You can install the component in 2 different ways:
19
+
20
+ * Use the official Git repository (https://github.com/symfony/ExpressionLanguage);
21
+ * :doc: `Install it via Composer </components/using_components >` (``symfony/expression-language `` on `Packagist `_).
22
+
23
+ .. _Packagist : https://packagist.org/packages/symfony/expression-language
Original file line number Diff line number Diff line change 59
59
60
60
* :doc:` /components/expression_language/index`
61
61
62
+ * :doc:` /components/expression_language/introduction`
63
+
62
64
* ** Filesystem**
63
65
64
66
* :doc:` /components/filesystem`
You can’t perform that action at this time.
0 commit comments