Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2bf8c55

Browse filesBrowse files
committed
[Filesystem] Moved current document to a dedicated folder
1 parent 39b4430 commit 2bf8c55
Copy full SHA for 2bf8c55

File tree

6 files changed

+31
-20
lines changed
Filter options

6 files changed

+31
-20
lines changed

‎components/filesystem.rst renamed to ‎components/filesystem/filesystem.rst

Copy file name to clipboardExpand all lines: components/filesystem/filesystem.rst
+2-19Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
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

214
Usage
225
-----

‎components/filesystem/index.rst

Copy file name to clipboard
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Filesystem
2+
==========
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
introduction
8+
filesystem
9+
lockhandler
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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).

‎components/filesystem/lockhandler.rst

Copy file name to clipboard
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Lockhandler
2+
===========

‎components/index.rst

Copy file name to clipboardExpand all lines: components/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

‎redirection_map

Copy file name to clipboardExpand all lines: redirection_map
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.