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

Breadcrumb

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

function twig_var_dump

@internal

Deprecated

since Twig 3.9

File

vendor/twig/twig/src/Resources/debug.php, line 20

Code

function twig_var_dump(Environment $env, $context, ...$vars) {
    trigger_deprecation('twig/twig', '3.9', 'Using the internal "%s" function is deprecated.', __FUNCTION__);
    DebugExtension::dump($env, $context, ...$vars);
}

API Navigation

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