Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
Directive::resetCachedInstances
Method of the class: Directive{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = Directive::resetCachedInstances(): void;
Directive::resetCachedInstances() Directive::resetCachedInstances code WC 10.9.4
public static function resetCachedInstances(): void
{
self::$internalDirectives = null;
}