Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit604c21c

Browse files
committed
[Filesystem] Moved current document to a dedicated folder
1 parenteb268c5 commit604c21c

File tree

6 files changed

+31
-20
lines changed

6 files changed

+31
-20
lines changed

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

Lines 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‎

Lines 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
Lines 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).
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Lockhandler
2+
===========

‎components/index.rst‎

Lines 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‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
/cookbook/console/generating_urls /cookbook/console/sending_emails
2222
/components/yaml /components/yaml/introduction
2323
/components/templating /components/templating/introduction
24+
/components/filesystem /components/filesystem/introduction

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp