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

Breadcrumb

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

function DeprecatedCallableInfo::setName

File

vendor/twig/twig/src/DeprecatedCallableInfo.php, line 36

Class

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

Namespace

Twig

Code

public function setName(string $name) : void {
    $this->name = $name;
}
RSS feed
Powered by Drupal