Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
XPathExpr.php
function XPathExpr::addStarPrefix
Return value
$this
1 call to
XPathExpr::addStarPrefix()
XPathExpr::__construct
in vendor/
symfony/
css-selector/
XPath/
XPathExpr.php
File
vendor/
symfony/
css-selector/
XPath/
XPathExpr.php
, line 73
Class
XPathExpr
XPath expression translator interface.
Namespace
Symfony\Component\CssSelector\XPath
Code
public
function
addStarPrefix
() : static {
$this
->
path
.=
'*/'
;
return
$this
; }
RSS feed