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

Breadcrumb

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

function FactoryRuntimeLoader::__construct

Parameters

array $map An array where keys are class names and values factory callables:

File

vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php, line 24

Class

FactoryRuntimeLoader
Lazy loads the runtime implementations for a Twig element.

Namespace

Twig\RuntimeLoader

Code

public function __construct(array $map = []) {
}
RSS feed
Powered by Drupal