Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Parser

Token::isHashpublicWC 1.0

Method of the class: Token{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Token = new Token();
$Token->isHash(): bool;

Token::isHash() code WC 10.5.0

public function isHash(): bool
{
    return self::TYPE_HASH === $this->type;
}