Overrides TwigCallableInterface::getAlternative
since Twig 3.15
public function getAlternative() : ?string { trigger_deprecation('twig/twig', '3.15', 'The "%s" method is deprecated, use "%s::triggerDeprecation()" instead.', __METHOD__, static::class); return $this->options['alternative']; }