Update use of arguments used in comments

Created on 17 June 2024, 10 days ago

Problem/Motivation

Found in πŸ“Œ Fix Drupal.Commenting.DocCommentLongArraySyntax coding standard Needs work

This is just one instance but there could be others. Will need to determine scope

Before

*     '{{ arguments.foo.a }}' => 'value',
   *     '{{ arguments.foo.b }}' => 'value',
   *     '{{ arguments.bar.a }}' => 'value',
   *     '{{ arguments.bar.b.c }}' => 'value',

after

   *     '%foo_a' => 'value'
   *     '%foo_b' => 'value'
   *     '%bar_a' => 'value'
   *     '%bar_b_c' => 'value'

Steps to reproduce

N/A

Proposed resolution

TBD

Remaining tasks

Determine better title
Determine scope

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Release notes snippet

N/A

πŸ“Œ Task
Status

Active

Version

11.0 πŸ”₯

Component
DocumentationΒ  β†’

Last updated about 6 hours ago

No maintainer
Created by

πŸ‡ΊπŸ‡ΈUnited States smustgrave

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @smustgrave
  • πŸ‡ΊπŸ‡ΈUnited States xjm

    Can we confirm that this wasn't just a bad merge? I.e., were the docs for this updated sometime in the past 6-12 months (such that this would be reverting such a change)?

Production build 0.69.0 2024