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