API pages:
- https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21...
- https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Config%21...
Both of these need to say what the return array is keyed by.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | interdiff-2781819-5-11.txt | 755 bytes | chetan.s |
| #11 | EntityListBuilder_load-2781819-11.patch | 723 bytes | chetan.s |
| #5 | core-entitylistbuilderinterface-return-value-description-2781819-5.patch | 723 bytes | subson |
| #2 | core-entitylistbuilderinterface-return-value-description-2781819-2.patch | 715 bytes | subson |
Comments
Comment #2
subson commentedTrying a fix here.
Comment #3
subson commentedComment #4
dawehnerhere is just a super quick review
This line exceeds 80 cars. Please break it up
Comment #5
subson commentedFixing the 80 char line limit.
Comment #7
Munavijayalakshmi commentedComment #8
alexpottEach line should break on 80 characters. But it should use up as much of the line as possible before breaking on a space. Please re-flow the comment.
Comment #9
shashikant_chauhan commentedComment #10
chetan.s commentedI am working on it
Comment #11
chetan.s commentedAdding updated patch.
Comment #12
joachim commentedLooks good.
Confirming patch still applies to 8.4.x.
Comment #13
wim leersLooks great :)
Comment #14
joachim commented'that the return array is keyed by' doesn't make sense without an object...
/native english speaking pedantry ;)
Comment #15
alexpottCommitted and pushed 003df9c to 8.4.x and 93bf800 to 8.3.x. Thanks!
Backported to 8.3.x as this is docs only change.