Searched refs:withContext (Results 1 – 2 of 2) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/Resources/ |
| D | core.php | 407 function twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, … argument 411 …return CoreExtension::include($env, $context, $template, $variables, $withContext, $ignoreMissing,…
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | CoreExtension.php | 1489 * @param bool $withContext 1495 …ction include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignore… argument 1499 if ($withContext) {
|