function nyan_cat_theme

Same name and namespace in other branches
  1. 7.x modules/simpletest/tests/themes/engines/nyan_cat/nyan_cat.engine \nyan_cat_theme()
  2. 9 core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine \nyan_cat_theme()
  3. 8.9.x core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine \nyan_cat_theme()
  4. 10 core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine \nyan_cat_theme()

Implements hook_theme().

File

core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine, line 13

Code

function nyan_cat_theme($existing, $type, $theme, $path) {
    return drupal_find_theme_templates($existing, '.nyan-cat.html', $path);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.