Skip to content

Commit 6396894

Browse files
軽微な修正
不要なファイルの削除 componentの翻訳済みファイルへのリンク追加 一部typoの修正更新
1 parent 2da00f0 commit 6396894

File tree

3 files changed

+6
-23
lines changed

3 files changed

+6
-23
lines changed

components/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@
1515
finder
1616
form/index
1717
process
18+
serializer
19+
stopwatch
1820
templating
1921
yaml
2022

2123
.. 2012/01/21 77web 8c64c63899c134e4e283da7d1b2c4ef665ab14ed
2224
.. 2013/03/22 hidenorigoto
2325
.. 2013/04/10 hidenorigoto
2426
.. 2013/09/28 hidenorigoto
27+
.. 2014/07/02 yositani2002

reference/forms/types/field.rst

Lines changed: 0 additions & 21 deletions
This file was deleted.

reference/forms/types/options/method.rst.inc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,18 @@ method
1717
* DELETE
1818
* PATCH
1919

20-
.. note:
20+
.. note::
2121

2222
メソッドが PUT 、PATCH 、または DELETE の時、 Symfony は自動的にフォームに hidden フィールド ``_method`` をレンダリングします。
2323
これらは、"" のHTTPメソッドとして使用され、標準的なブラウザではサポートされていません。
2424
詳細については、以下を参照してください。
2525
:doc:`/cookbook/routing/method_parameters`
2626

27-
.. note:
27+
.. note::
2828

2929
PATCH メソッドは部分データを送信することができます。
3030
言い換えれば、送信されたフォームデータの特定フィールドが欠落している場合、それらは無視され、デフォルト値が(もしあれば)使用されます。
3131
他のすべてのHTTPメソッドは、いくつかのフィールドが欠落している場合、それらのフィールドには ``null`` が設定されます。
3232

3333
.. 2014/06/20 yositani2002 72c30c2fa1af40af7a1f3e672005d360a898ca07
34+
.. 2014/07/02 yositani2002 02aeade9a01155ca5e203f065008fd2ec2044cb4

0 commit comments

Comments
 (0)