Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
NegationNode.php
function NegationNode::getSubSelector
File
vendor/
symfony/
css-selector/
Node/
NegationNode.php
, line 37
Class
NegationNode
Represents a "<selector>:not(<identifier>)" node.
Namespace
Symfony\Component\CssSelector\Node
Code
public
function
getSubSelector
() : NodeInterface {
return
$this
->
subSelector
; }
RSS feed