Skip to content
Snippets Groups Projects

Path Variants

Open dpi requested to merge issue/drupal-3489872:3489872-dpi-path-variants into 11.x
1 unresolved thread

Formerly MR!10315 / !10315 (closed)

Closes #3489872

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
81 81 ],
82 82 ]);
83 83
84 $fields['variant'] = BaseFieldDefinition::create('string')
  • If we introduce new variants of an alias, why should it be singular? Don’t we expect to have multiple variants? It seems that without making this field plural, it could be treated as an additional alias (e.g., $fields['alias2']), which is not quite right.

  • Please register or sign in to reply
Please register or sign in to reply
Loading