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

Breadcrumb

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

function NegationNode::__toString

File

vendor/symfony/css-selector/Node/NegationNode.php, line 47

Class

NegationNode
Represents a "<selector>:not(<identifier>)" node.

Namespace

Symfony\Component\CssSelector\Node

Code

public function __toString() : string {
    return \sprintf('%s[%s:not(%s)]', $this->getNodeName(), $this->selector, $this->subSelector);
}

API Navigation

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