3.5 Demonstrate ability to write template pre-process functions for overriding custom output
/*
* Implements hook_preprocess_html() for html.html.twig.
*/
function THEME_NAME_preprocess_html(&$variables) {
}/*
* Implements hook_preprocess_page() for page.html.twig.
*/
function THEME_NAME_preprocess_page(&$variables) {
}Other Resources
Previous3.4 Demonstrate ability to build or override Twig templates for defining layout contentNextDomain 4.0: Back end development (coding)
Last updated