Skip to content

Commit 27822ff

Browse files
committed
Bootstraps intro
1 parent cab5c89 commit 27822ff

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

components/map.rst.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959

6060
* :doc:`/components/expression_language/index`
6161

62+
* :doc:`/components/expression_language/introduction`
63+
6264
* **Filesystem**
6365

6466
* :doc:`/components/filesystem`

0 commit comments

Comments
 (0)