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