Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BareHtmlPageRenderer.php

function BareHtmlPageRenderer::systemPageAttachments

Same name in this branch
  1. 11.1.x core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php \Drupal\Core\Render\BareHtmlPageRenderer::systemPageAttachments()

File

core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php, line 82

Class

BareHtmlPageRenderer
Provides a proxy class for \Drupal\Core\Render\BareHtmlPageRenderer.

Namespace

Drupal\Core\ProxyClass\Render

Code

public function systemPageAttachments(array &$page) : void {
    $this->lazyLoadItself()
        ->systemPageAttachments($page);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal