function twig_extension

Implements hook_extension().

File

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

Code

function twig_extension() {
  return '.twig';
}