Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Parser
Token::isHash
Method of the class: Token{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Token = new Token(); $Token->isHash(): bool;
Token::isHash() Token::isHash code WC 10.5.0
public function isHash(): bool
{
return self::TYPE_HASH === $this->type;
}