Property modifiers in constructor arguments not processed
Problem/Motivation
Modifiers like "public readonly" on constructor parameters are not shown in the final page.
Steps to reproduce
Code: https://git.drupalcode.org/project/drupal/-/blob/11.x/core/lib/Drupal/Core/Condition/Attribute/Condition.php
Page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Condition%21Attribute%21Condition.php/11.x
See how we are missing the "public readonly" modifiers in the constructor parameters.
Proposed resolution
Ensure that these modifiers are parsed and processed.
Remaining tasks
MR.
User interface changes
API changes
Data model changes
Related issue: Issue #3449634
Edited by drupalbot