File tree Expand file tree Collapse file tree 6 files changed +31
-20
lines changed
Expand file tree Collapse file tree 6 files changed +31
-20
lines changed Original file line number Diff line number Diff line change 1- .. index ::
2- single: Filesystem
3-
4- The Filesystem Component
5- ========================
6-
7- The Filesystem component provides basic utilities for the filesystem.
8-
9- .. versionadded :: 2.1
10- The Filesystem component was introduced in Symfony 2.1. Previously, the
11- ``Filesystem `` class was located in the HttpKernel component.
12-
13- Installation
14- ------------
15-
16- You can install the component in 2 different ways:
17-
18- * :doc: `Install it via Composer </components/using_components >` (``symfony/filesystem `` on `Packagist `_);
19- * Use the official Git repository (https://github.com/symfony/Filesystem).
1+ Filesystem
2+ ==========
203
214Usage
225-----
Original file line number Diff line number Diff line change 1+ Filesystem
2+ ==========
3+
4+ .. toctree ::
5+ :maxdepth: 2
6+
7+ introduction
8+ filesystem
9+ lockhandler
Original file line number Diff line number Diff line change 1+ The Filesystem Component
2+ ========================
3+
4+ The Filesystem component provides basic utilities for the filesystem.
5+
6+ .. versionadded :: 2.1
7+ The Filesystem component was introduced in Symfony 2.1. Previously, the
8+ ``Filesystem `` class was located in the HttpKernel component.
9+
10+ Installation
11+ ------------
12+
13+ You can install the component in 2 different ways:
14+
15+ * :doc: `Install it via Composer </components/using_components >` (``symfony/filesystem `` on `Packagist `_);
16+ * Use the official Git repository (https://github.com/symfony/Filesystem).
Original file line number Diff line number Diff line change 1+ Lockhandler
2+ ===========
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The Components
1414 dom_crawler
1515 event_dispatcher/index
1616 expression_language/index
17- filesystem
17+ filesystem/index
1818 finder
1919 form/index
2020 http_foundation/index
Original file line number Diff line number Diff line change 2222/cookbook/console/generating_urls /cookbook/console/sending_emails
2323/components/yaml /components/yaml/introduction
2424/components/templating /components/templating/introduction
25+ /components/filesystem /components/filesystem/introduction
2526/cmf/reference/configuration/block /cmf/bundles/block/configuration
2627/cmf/reference/configuration/content /cmf/bundles/content/configuration
2728/cmf/reference/configuration/core /cmf/bundles/core/configuration
You can’t perform that action at this time.
0 commit comments