function twig_theme
Implements hook_theme().
File
-
core/
themes/ engines/ twig/ twig.engine, line 16
Code
function twig_theme($existing, $type, $theme, $path) : array {
@trigger_error(__FUNCTION__ . '() is deprecated in drupal:11.3.0 and is removed from drupal:12.0.0. Use TwigThemeEngine instead. See https://www.drupal.org/node/3547356', E_USER_DEPRECATED);
return drupal_find_theme_templates($existing, '.html.twig', $path);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.