Unverified Commit b7f7cdcb authored by Tim Bozeman's avatar Tim Bozeman Committed by Lucas Hedding
Browse files

Issue #3280684 by Tim Bozeman, heddn: THEME_ENGINE_init() is deprecated in...

Issue #3280684 by Tim Bozeman, heddn: THEME_ENGINE_init() is deprecated in drupal:9.3.0 and removed in drupal:10.0.0. There is no replacement. See https://www.drupal.org/node/3246978
parent c40388ba
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -24,16 +24,6 @@ function component_library_engine_extension(): string {
  return twig_extension();
}

/**
 * Includes .theme file from themes.
 *
 * @param \Drupal\Core\Extension\Extension $theme
 *   The theme extension object.
 */
function component_library_engine_init(Extension $theme): bool {
  return $theme->load();
}

/**
 * Implements hook_render_template().
 *