-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Config] Clarify the difference between lists and maps #4509
Labels
actionable
Clear and specific issues ready for anyone to take them.
Config
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
Comments
xabbuh
added
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
actionable
Clear and specific issues ready for anyone to take them.
Config
labels
Nov 21, 2014
wouterj
removed
the
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
label
Dec 17, 2014
wouterj
added
the
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
label
May 3, 2015
This should be done in |
weaverryan
added a commit
that referenced
this issue
Oct 14, 2015
This PR was merged into the 2.3 branch. Discussion ---------- Documented the useAttributeAsKey() method | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes | Applies to | all | Fixed tickets | #4509 Two comments: * I've reordered the list of methods (addDefaultsIfNotSet, requiresAtLeastOneElement, useAttributeAsKey) to display it alphabetically and because it's better to have `useAttributeAsKey` at the end, just before showing the example. * I've left the XML code blocks empty and I'd like some XML expert to help me fill them. Commits ------- 9fe9020 Fixed a minor syntax issue e77c3b2 Rewritten the explanation about the useAttributeAsKey() method 0f8f9fd Documented the useAttributeAsKey() method
I am using useAttributeAsKey, but could not find any way for the child keys to have only boolean values. Any help ? |
@vishalraj82 We only use GitHub to keep track of what needs to be done in the documentation. I suggest you use one of the support channels to reach out for help. Thank you for understanding. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
actionable
Clear and specific issues ready for anyone to take them.
Config
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
It seems that it is a bit unclear when the Config component processes an array node in the tree builder either as a map or as a list. Especially the effects of
useAttributeAsKey()
should be clarified (see symfony/symfony#12304 for the context).The text was updated successfully, but these errors were encountered: