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

Breadcrumb

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

function NodeTestCase::getCompiler

1 call to NodeTestCase::getCompiler()
NodeTestCase::assertNodeCompilation in vendor/twig/twig/src/Test/NodeTestCase.php

File

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

Class

NodeTestCase

Namespace

Twig\Test

Code

protected function getCompiler(?Environment $environment = null) {
    return new Compiler($environment ?? $this->getEnvironment());
}
RSS feed
Powered by Drupal