Array in core/lib
2 unresolved threads
2 unresolved threads
Closes #3508608
Merge request reports
Activity
- Resolved by quietone
- Resolved by quietone
30 30 // @see \Symfony\Component\VarDumper\VarDumper 31 31 if (class_exists(self::SYMFONY_VAR_DUMPER_CLASS)) { 32 32 return [ 33 new TwigFunction('dump', [self::class, 'dump'], ['needs_context' => TRUE, 'needs_environment' => TRUE, 'is_variadic' => TRUE]), 33 new TwigFunction('dump', [ changed this line in version 3 of the diff
128 128 new TwigFilter('placeholder', [$this, 'escapePlaceholder'], ['is_safe' => ['html'], 'needs_environment' => TRUE]), 129 129 130 130 // Replace twig's escape filter with our own. 131 new TwigFilter('drupal_escape', [$this, 'escapeFilter'], ['needs_environment' => TRUE, 'is_safe_callback' => 'twig_escape_filter_is_safe']), 131 new TwigFilter('drupal_escape', [ 132 $this, 133 'escapeFilter', 134 ], [ changed this line in version 3 of the diff
added 2 commits
added 52 commits
-
6493f40e...a9a9295f - 51 commits from branch
project:11.x
- d3ada475 - Merge branch '11.x' into '3508608-fix-longlinedeclaration-in'
-
6493f40e...a9a9295f - 51 commits from branch
Please register or sign in to reply