Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\XPath\Extension
NodeExtension::getName
{@inheritdoc}
Method of the class: NodeExtension{}
No Hooks.
Returns
null. Nothing (null).
Usage
$NodeExtension = new NodeExtension(); $NodeExtension->getName(): string;
NodeExtension::getName() NodeExtension::getName code WC 10.4.3
public function getName(): string
{
return 'node';
}