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