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

Breadcrumb

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

function InlinePrint::__construct

Parameters

AbstractExpression $node:

Overrides Node::__construct

File

vendor/twig/twig/src/Node/Expression/InlinePrint.php, line 25

Class

InlinePrint
@internal

Namespace

Twig\Node\Expression

Code

public function __construct(Node $node, int $lineno) {
    trigger_deprecation('twig/twig', '3.16', \sprintf('The "%s" class is deprecated with no replacement.', static::class));
    parent::__construct([
        'node' => $node,
    ], [], $lineno);
}
RSS feed
Powered by Drupal