Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AbstractTwigCallable.php

function AbstractTwigCallable::getAlternative

Overrides TwigCallableInterface::getAlternative

Deprecated

since Twig 3.15

File

vendor/twig/twig/src/AbstractTwigCallable.php, line 173

Class

AbstractTwigCallable
@author Fabien Potencier <fabien@symfony.com>

Namespace

Twig

Code

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'];
}
RSS feed
Powered by Drupal