Searched refs:autoescape (Results 1 – 2 of 2) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/Resources/ |
| D | escaper.php | 34 …_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoescape = false) argument 38 … return $env->getRuntime(EscaperRuntime::class)->escape($string, $strategy, $charset, $autoescape);
|
| /template/twigstarter/vendor/twig/twig/src/Runtime/ |
| D | EscaperRuntime.php | 96 …* @param bool $autoescape Whether the function is called by the auto-escaping feature (true… 100 …ction escape($string, string $strategy = 'html', ?string $charset = null, bool $autoescape = false) argument 102 if ($autoescape && $string instanceof Markup) { 108 if ($autoescape) {
|