File tree 6 files changed +31
-20
lines changed
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
+ ==========
20
3
21
4
Usage
22
5
-----
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
14
14
dom_crawler
15
15
event_dispatcher/index
16
16
expression_language/index
17
- filesystem
17
+ filesystem/index
18
18
finder
19
19
form/index
20
20
http_foundation/index
Original file line number Diff line number Diff line change 22
22
/cookbook/console/generating_urls /cookbook/console/sending_emails
23
23
/components/yaml /components/yaml/introduction
24
24
/components/templating /components/templating/introduction
25
+ /components/filesystem /components/filesystem/introduction
25
26
/cmf/reference/configuration/block /cmf/bundles/block/configuration
26
27
/cmf/reference/configuration/content /cmf/bundles/content/configuration
27
28
/cmf/reference/configuration/core /cmf/bundles/core/configuration
You can’t perform that action at this time.
0 commit comments