view vendor/chi-teck/drupal-code-generator/templates/d8/theme.twig @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
line wrap: on
line source
<?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) {

}