( ! ) Warning: Undefined variable $namespace in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/twig/Extension.tpl.php on line 3 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0097 | 358640 | {main}( ) | .../Extension.tpl.php:0 |
;
( ! ) Warning: Undefined variable $use_statements in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/twig/Extension.tpl.php on line 5 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0097 | 358640 | {main}( ) | .../Extension.tpl.php:0 |
class
( ! ) Warning: Undefined variable $class_name in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/twig/Extension.tpl.php on line 7 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0097 | 358640 | {main}( ) | .../Extension.tpl.php:0 |
extends AbstractExtension
{
public function getFilters(): array
{
return [
// If your filter generates SAFE HTML, you should add a third
// parameter: ['is_safe' => ['html']]
// Reference: https://twig.symfony.com/doc/3.x/advanced.html#automatic-escaping
new TwigFilter('filter_name', [
( ! ) Warning: Undefined variable $runtime_class_name in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/twig/Extension.tpl.php on line 15 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0097 | 358640 | {main}( ) | .../Extension.tpl.php:0 |
::class, 'doSomething']),
];
}
public function getFunctions(): array
{
return [
new TwigFunction('function_name', [
( ! ) Warning: Undefined variable $runtime_class_name in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/twig/Extension.tpl.php on line 22 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0097 | 358640 | {main}( ) | .../Extension.tpl.php:0 |
::class, 'doSomething']),
];
}
}