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

Commitc9fe05b

Browse files
Wouterwouterj
Wouter
authored andcommitted
Rewrote Extension & Configuration docs
1 parent7806aa7 commitc9fe05b

File tree

6 files changed

+468
-552
lines changed

6 files changed

+468
-552
lines changed

‎components/config/definition.rst‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,8 @@ with ``append()``::
391391
This is also useful to help you avoid repeating yourself if you have sections
392392
of the config that are repeated in different places.
393393

394+
.. _component-config-normalization:
395+
394396
Normalization
395397
-------------
396398

@@ -445,6 +447,8 @@ a second argument::
445447
->fixXmlConfig('child', 'children')
446448
->children()
447449
->arrayNode('children')
450+
// ...
451+
->end()
448452
->end()
449453
;
450454

‎contributing/code/standards.rst‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,13 @@ Service Naming Conventions
148148
~~~~~~~~~~~~~~~~~~~~~~~~~~
149149

150150
* A service name contains groups, separated by dots;
151+
151152
* The DI alias of the bundle is the first group (e.g. ``fos_user``);
153+
152154
* Use lowercase letters for service and parameter names;
155+
153156
* A group name uses the underscore notation;
157+
154158
* Each service has a corresponding parameter containing the class name,
155159
following the ``SERVICE NAME.class`` convention.
156160

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp