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