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

Breadcrumb

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

function NodeTestCase::getVariableGetter

Deprecated

since Twig 3.13, use createVariableGetter() instead.

File

vendor/twig/twig/src/Test/NodeTestCase.php, line 87

Class

NodeTestCase

Namespace

Twig\Test

Code

protected function getVariableGetter($name, $line = false) {
    trigger_deprecation('twig/twig', '3.13', 'Method "%s()" is deprecated, use "createVariableGetter()" instead.', __METHOD__);
    return self::createVariableGetter($name, $line);
}

API Navigation

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