Overrides AbstractExtension::getFunctions
public function getFunctions() : array { return [ new TwigFunction('template_from_string', [ self::class, 'templateFromString', ], [ 'needs_environment' => true, ]), ]; }