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

Breadcrumb

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

function XorBinary::operator

Overrides AbstractBinary::operator

File

vendor/twig/twig/src/Node/Expression/Binary/XorBinary.php, line 19

Class

XorBinary

Namespace

Twig\Node\Expression\Binary

Code

public function operator(Compiler $compiler) : Compiler {
    return $compiler->raw('xor');
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal