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