Skip to content
Snippets Groups Projects

Resolve #2874067 "Fix Drupal.Commenting.DocCommentLongArraySyntax coding"

1 unresolved thread

Closes #2874067

Create MR as requested by Needs Review Queue Bot in #40.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1717 * ],
1718 * ];
1719 1719 *
1720 1720 * Would yield the following array of tokens:
1721 * array(
1722 * '{{ arguments.foo.a }}' => 'value',
1723 * '{{ arguments.foo.b }}' => 'value',
1724 * '{{ arguments.bar.a }}' => 'value',
1725 * '{{ arguments.bar.b.c }}' => 'value',
1726 * );
1721 * [
1722 * '%foo_a' => 'value'
1723 * '%foo_b' => 'value'
1724 * '%bar_a' => 'value'
1725 * '%bar_b_c' => 'value'
1726 * ];
  • closed

  • Please register or sign in to reply
    Loading