Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
NodeTestCase.php
»
Twig_Test_NodeTestCase
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
protected function Twig_Test_NodeTestCase::getEnvironment
4 calls to Twig_Test_NodeTestCase::getEnvironment()
Twig_Tests_Node_Expression_FilterTest::getEnvironment
in drupal/
core/
vendor/
twig/
twig/
test/
Twig/
Tests/
Node/
Expression/
FilterTest.php
Twig_Tests_Node_Expression_FunctionTest::getEnvironment
in drupal/
core/
vendor/
twig/
twig/
test/
Twig/
Tests/
Node/
Expression/
FunctionTest.php
Twig_Tests_Node_Expression_TestTest::getEnvironment
in drupal/
core/
vendor/
twig/
twig/
test/
Twig/
Tests/
Node/
Expression/
TestTest.php
Twig_Test_NodeTestCase::getCompiler
in drupal/
core/
vendor/
twig/
twig/
lib/
Twig/
Test/
NodeTestCase.php
3 methods override Twig_Test_NodeTestCase::getEnvironment()
Twig_Tests_Node_Expression_FilterTest::getEnvironment
in drupal/
core/
vendor/
twig/
twig/
test/
Twig/
Tests/
Node/
Expression/
FilterTest.php
Twig_Tests_Node_Expression_FunctionTest::getEnvironment
in drupal/
core/
vendor/
twig/
twig/
test/
Twig/
Tests/
Node/
Expression/
FunctionTest.php
Twig_Tests_Node_Expression_TestTest::getEnvironment
in drupal/
core/
vendor/
twig/
twig/
test/
Twig/
Tests/
Node/
Expression/
TestTest.php
File
drupal/
core/
vendor/
twig/
twig/
lib/
Twig/
Test/
NodeTestCase.php
, line 36
Class
Twig_Test_NodeTestCase
Code
protected
function
getEnvironment
() {
return
new
Twig_Environment
(); }