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

Breadcrumb

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

function AbstractTwigCallable::getDeprecatedVersion

Overrides TwigCallableInterface::getDeprecatedVersion

Deprecated

since Twig 3.15

File

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

Class

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

Namespace

Twig

Code

public function getDeprecatedVersion() : string {
    trigger_deprecation('twig/twig', '3.15', 'The "%s" method is deprecated, use "%s::triggerDeprecation()" instead.', __METHOD__, static::class);
    return \is_bool($this->options['deprecated']) ? '' : $this->options['deprecated'];
}
RSS feed
Powered by Drupal