
| Current Path : /var/www/html/musik/vendor/chi-teck/drupal-code-generator/templates/d8/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/musik/vendor/chi-teck/drupal-code-generator/templates/d8/theme.twig |
<?php
/**
* @file
* Functions to support theming in the {{ name }} theme.
*/
/**
* Implements hook_preprocess_HOOK() for html.html.twig.
*/
function {{ machine_name }}_preprocess_html(&$variables) {
}
/**
* Implements hook_preprocess_HOOK() for page.html.twig.
*/
function {{ machine_name }}_preprocess_page(&$variables) {
}
/**
* Implements hook_preprocess_HOOK() for node.html.twig.
*/
function {{ machine_name }}_preprocess_node(&$variables) {
}