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

Breadcrumb

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

function MatchesBinary::operator

Overrides AbstractBinary::operator

File

vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php, line 47

Class

MatchesBinary

Namespace

Twig\Node\Expression\Binary

Code

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