You are here

protected property AjaxRenderer::$renderer in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php \Drupal\Core\Render\MainContent\AjaxRenderer::renderer

The renderer.

Type: \Drupal\Core\Render\RendererInterface

File

core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php, line 31

Class

AjaxRenderer
Default main content renderer for Ajax requests.

Namespace

Drupal\Core\Render\MainContent

Code

protected $renderer;