Issue #1898466 by joelpittet, webthingee, W1n5t0n45, ry5n, ezeedub | c4rl: Update.module - Convert theme_ functions to Twig.
Task
Use Twig instead of PHPTemplate
To test this code
- Visit admin/reports/status or Reports > Status report and make sure that your report renders correctly
Remaining
- Continue work on converting theme_update_report and theme_update_version based on #20
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 | converted |
Related
#1757550: [meta] Convert core theme functions to Twig templates
#1938934: Convert update theme tables to table #type
Followup: #2099293: Update Module Twig Clean Up