HtmlRenderer::buildPageTopAndBottom

public HtmlRenderer::buildPageTopAndBottom(array &$html) Invokes the page top and bottom hooks. @internal Parameters array &$html: A #type 'html' render array, for which the page top and bottom hooks will be invoked, and to which the 'page_top' and 'page_bottom' children (also render arrays) will be added (if non-empty). Throws \LogicException See also hook_page_top() hook_page_bottom() html.html.twig File core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php, line 330 Class H

HtmlRenderer::$titleResolver

The title resolver. Type: \Drupal\Core\Controller\TitleResolverInterface File core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php, line 38 Class HtmlRenderer Default main content renderer for HTML requests. Namespace Drupal\Core\Render\MainContent Code protected $titleResolver;

HtmlRenderer::$rendererConfig

The renderer configuration array. Type: array See also sites/default/default.services.yml File core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php, line 81 Class HtmlRenderer Default main content renderer for HTML requests. Namespace Drupal\Core\Render\MainContent Code protected $rendererConfig;

HtmlRenderer::$renderer

The renderer service. Type: \Drupal\Core\Render\RendererInterface File core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php, line 65 Class HtmlRenderer Default main content renderer for HTML requests. Namespace Drupal\Core\Render\MainContent Code protected $renderer;

HtmlRenderer::$renderCache

The render cache service. Type: \Drupal\Core\Render\RenderCacheInterface File core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php, line 72 Class HtmlRenderer Default main content renderer for HTML requests. Namespace Drupal\Core\Render\MainContent Code protected $renderCache;

HtmlRenderer::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php, line 58 Class HtmlRenderer Default main content renderer for HTML requests. Namespace Drupal\Core\Render\MainContent Code protected $moduleHandler;

HtmlRenderer::$eventDispatcher

The event dispatcher. Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface File core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php, line 52 Class HtmlRenderer Default main content renderer for HTML requests. Namespace Drupal\Core\Render\MainContent Code protected $eventDispatcher;

HtmlRenderer::$displayVariantManager

The display variant manager. Type: \Drupal\Component\Plugin\PluginManagerInterface File core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php, line 45 Class HtmlRenderer Default main content renderer for HTML requests. Namespace Drupal\Core\Render\MainContent Code protected $displayVariantManager;

HtmlRenderer

Default main content renderer for HTML requests. For attachment handling of HTML responses: Hierarchy class \Drupal\Core\Render\MainContent\HtmlRenderer implements MainContentRendererInterface See also template_preprocess_html() \Drupal\Core\Render\AttachmentsResponseProcessorInterface \Drupal\Core\Render\BareHtmlPageRenderer \Drupal\Core\Render\HtmlResponse \Drupal\Core\Render\HtmlResponseAttachmentsProcessor File core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php, line 31 Namespa

HtmlEscapedText::__toString

public HtmlEscapedText::__toString() Returns markup. Return value string The markup. Overrides MarkupInterface::__toString File core/lib/Drupal/Component/Render/HtmlEscapedText.php, line 38 Class HtmlEscapedText Escapes HTML syntax characters to HTML entities for display in markup. Namespace Drupal\Component\Render Code public function __toString() { return Html::escape($this->string); }