By kim.pepper on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.2.x
Introduced in version:
10.2.0
Issue links:
Description:
The constructor for \Drupal\Core\Render\Renderer now takes a \Drupal\Core\Utility\CallableResolver instead of a \Drupal\Core\Controller\ControllerResolverInterface.
public function __construct(ControllerResolverInterface|CallableResolver $callable_resolver, ThemeManagerInterface $theme, ElementInfoManagerInterface $element_info, PlaceholderGeneratorInterface $placeholder_generator, RenderCacheInterface $render_cache, RequestStack $request_stack, array $renderer_config)