Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. twig.engine

function twig_theme

Implements hook_theme().

File

core/themes/engines/twig/twig.engine, line 15

Code

function twig_theme($existing, $type, $theme, $path) : array {
    return drupal_find_theme_templates($existing, '.html.twig', $path);
}
RSS feed
Powered by Drupal