@@ -116,10 +116,6 @@ public function __construct(TitleResolverInterface $title_resolver, PluginManage
$this->renderer=$renderer;
$this->renderCache=$render_cache;
$this->rendererConfig=$renderer_config;
if($theme_manager===NULL){
@trigger_error('Calling '.__METHOD__.' without the $theme_manager argument is deprecated in drupal:9.1.0 and will be required in drupal:10.0.0. See https://www.drupal.org/node/3159762',E_USER_DEPRECATED);
@trigger_error(__METHOD__.' is deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\Core\Extension\ExtensionList::getPath() instead. See https://www.drupal.org/node/2940438',E_USER_DEPRECATED);
@trigger_error('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',E_USER_DEPRECATED);
* nyan_cat_init() and the legacy group and expected deprecation from this
* test.
*/
publicfunctiontestTemplateOverride(){
$this->expectDeprecation('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');