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

Breadcrumb

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

function StringCastUnary::operator

Overrides AbstractUnary::operator

File

vendor/twig/twig/src/Node/Expression/Unary/StringCastUnary.php, line 18

Class

StringCastUnary

Namespace

Twig\Node\Expression\Unary

Code

public function operator(Compiler $compiler) : Compiler {
    return $compiler->raw('(string)');
}
RSS feed
Powered by Drupal