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 c9fe05b

Browse filesBrowse files
Wouterwouterj
authored andcommitted
Rewrote Extension & Configuration docs
1 parent 7806aa7 commit c9fe05b
Copy full SHA for c9fe05b

File tree

Expand file treeCollapse file tree

6 files changed

+468
-552
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

6 files changed

+468
-552
lines changed
Open diff view settings
Collapse file

‎components/config/definition.rst‎

Copy file name to clipboardExpand all lines: components/config/definition.rst
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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

Collapse file

‎contributing/code/standards.rst‎

Copy file name to clipboardExpand all lines: contributing/code/standards.rst
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.