API page: https://api.drupal.org/api/drupal/core%21modules%21views%21views.theme.i...
The documentation for the $variables parameter shows the views row as being $variables['options']['row'] when it should be $variables['row'].
The example source code is correct.
Issue fork drupal-3119513
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3119513-parameters-doc-for
changes, plain diff MR !8920
Comments
Comment #2
imclean commentedIt looks like an HTML formatting issue. The opening and closing tags for the lists aren't in the right place. I suspect it should be something like this:
Comment #9
quietone commentedComment #12
prem suthar commentedUpdate the Changes of Parameter Documents. Please Review it.
Comment #13
smustgrave commentedPretty straight forward just adding a space.
Also this issue was tagged novice less then a week ago, intended for new user. @Prem Suthar based on the post history that would not be you. Would recommend avoiding novice level issues in the future. May not have sent directly to you but know a similar message has been conveyed to other members of cmsMinds so please circulate that.
Now if a novice issue sits ideal for 3-4 weeks then that would be a different story, but not the case here.
Comment #19
nod_Committed and pushed fe4afc9a13 to 11.x and 696b56bec1 to 11.0.x and be2804a4c2 to 10.4.x and 202efea7bd to 10.3.x. Thanks!
Comment #20
prem suthar commented@smustgrave
I have checked, and the issue was created on March 12, 2020. Since then, no updates have been made, that's why I decided to address it. and Moving forward, I will keep this in mind and ensure that my team members avoid similar issues in the future.