Skip to content

Instantly share code, notes, and snippets.

View MGHollander's full-sized avatar
👋

Marc Hollander MGHollander

👋
View GitHub Profile
@MGHollander
MGHollander / MY_D8_THEME.theme.php
Last active April 23, 2020 08:31 — forked from mogtofu33/MY_D8_THEME.theme
Common Drupal 8 preprocess and theme suggestion applications.
<?php
/**
* @file
* Preprocess and suggestions for a Drupal sub-theme.
*
*/
use Drupal\block\Entity\Block;