You are here

function nyan_cat_init in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine \nyan_cat_init()

Implements hook_init().

File

core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine, line 13
Handles integration of Nyan cat templates because we love kittens.

Code

function nyan_cat_init(Extension $theme) {
  $theme
    ->load();
}