Theme functions in Drupal 8 have been replaced with twig templates and preprocess functions, more info can be found here. This task is to replace all theme functions in logintoboggan to fall inline with the new D8 approach.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

md2 created an issue. See original summary.

md2’s picture

Initial patch attached, this patch introduces the twig templates and converts the theme functions to template_preprocess functions. The patch also makes a few amendments to the configuration form and its stability.