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

Breadcrumb

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

function LazyLoadingFragmentHandler::__construct

Overrides FragmentHandler::__construct

File

vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php, line 31

Class

LazyLoadingFragmentHandler
Lazily loads fragment renderers from the dependency injection container.

Namespace

Symfony\Component\HttpKernel\DependencyInjection

Code

public function __construct(ContainerInterface $container, RequestStack $requestStack, bool $debug = false) {
    parent::__construct($requestStack, [], $debug);
}

API Navigation

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