Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Node
HashNode::getSelector
Method of the class: HashNode{}
No Hooks.
Returns
null. Nothing (null).
Usage
$HashNode = new HashNode(); $HashNode->getSelector(): NodeInterface;
HashNode::getSelector() HashNode::getSelector code WC 10.7.0
public function getSelector(): NodeInterface
{
return $this->selector;
}