function twig_theme_test_theme

Implements hook_theme().

File

drupal/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module, line 6

Code

function twig_theme_test_theme($existing, $type, $theme, $path) {
  $items['twig_theme_test_php_variables'] = array(
    'template' => 'twig_theme_test.php_variables',
  );
  return $items;
}