- Issue created by @prudloff
- Status changed to Needs review
about 1 year ago 4:25pm 4 December 2023
Variables with other names can contain attributes. For example, the block.html.twig
template uses a title_attributes
variables.
attributes
should not be hardcoded in ServerEndpointController::attributesPropNeedsUpcasting()
, it should work with any variable that is typed as Drupal\Core\Template\Attribute
.
Needs review
2.0
Code