- Issue created by @eelkeblok
- π³π±Netherlands eelkeblok Netherlands π³π±
Actually, there already is a method getRawText() that will do nicely.
- Status changed to Postponed
3 months ago 5:12pm 14 February 2025
This module causes any manage display screen for any entity type to be rendered in the default theme. This is because the renderer is called in the hook_entity_extra_field_info() implementation of message, which initializes the theme at a point where Drupal has not had a chance to determine the screen needs to be rendered in the admin theme.
Introduce a way to only get information about the available partials, without actually rendering them, and use it to produce the extra fields for the .
None (aside from solving the bug).
Introduce a new method on the message template entity to get partial info.
None.
Active
1.6
Code
Actually, there already is a method getRawText() that will do nicely.