Issue #1898466 by joelpittet, webthingee, W1n5t0n45, ry5n, ezeedub, lokeoke, Cottser | c4rl: Update.module - Convert theme_ functions to Twig.
Task
Use twig templates instead of theme_ functions for the update module.
To test this code
- Visit /admin/reports/updates or Reports > Status report and make sure that your report renders correctly
Theme function name/template path | Conversion status |
---|---|
theme_update_last_check | converted |
theme_update_manager_update_form | Removed, needed markup moved into form callback. |
theme_update_report | converted, troubleshooting |
theme_update_status_label | converted |
theme_update_version | Moved to it's own issue: #2264833: Convert theme_update_version to update-version.html.twig |
Related
#1757550: [META-37 theme functions left] Convert core theme functions to Twig templates
#1938934: Convert update theme tables to table #type
#2298039: Remove all PNG fallbacks for SVG
Followup: #2099293: Update Module Twig Clean Up
Followup: #2287031: Change lcase translatable strings to ucfirst