We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fabpot
nicolas-grekas
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents c289ac8 + a2a6a08 commit 8c9847dCopy full SHA for 8c9847d
components/config/definition.rst
@@ -281,6 +281,15 @@ has a certain value:
281
->end()
282
;
283
284
+Documenting the Option
285
+----------------------
286
+
287
+All options can be documented using the
288
+:method:`Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::info`
289
+method.
290
291
+The info will be printed as a comment when dumping the configuration tree.
292
293
Optional Sections
294
-----------------
295
0 commit comments