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

Breadcrumb

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

function twig_template_from_string

@internal

Deprecated

since Twig 3.9

File

vendor/twig/twig/src/Resources/string_loader.php, line 21

Code

function twig_template_from_string(Environment $env, $template, ?string $name = null) : TemplateWrapper {
    trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__);
    return StringLoaderExtension::templateFromString($env, $template, $name);
}

API Navigation

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