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

Breadcrumb

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

function ArrayLoader::setTemplate

File

vendor/twig/twig/src/Loader/ArrayLoader.php, line 39

Class

ArrayLoader
Loads a template from an array.

Namespace

Twig\Loader

Code

public function setTemplate(string $name, string $template) : void {
    $this->templates[$name] = $template;
}

API Navigation

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