You are here

protected function Twig_Test_IntegrationTestCase::getTwigFunctions in Translation template extractor 7.3

Return value

Twig_SimpleFunction[]

1 call to Twig_Test_IntegrationTestCase::getTwigFunctions()
Twig_Test_IntegrationTestCase::doIntegrationTest in vendor/Twig/Test/IntegrationTestCase.php

File

vendor/Twig/Test/IntegrationTestCase.php, line 44

Class

Twig_Test_IntegrationTestCase
Integration test helper.

Code

protected function getTwigFunctions() {
  return array();
}