function twig_theme

Implements hook_theme().

File

drupal/core/themes/engines/twig/twig.engine, line 12
Handles integration of Twig templates with the Drupal theme system.

Code

function twig_theme($existing, $type, $theme, $path) {
  return drupal_find_theme_templates($existing, '.twig', $path);
}