Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

Directive::resetCachedInstancespublic staticWC 1.0

Method of the class: Directive{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = Directive::resetCachedInstances(): void;

Directive::resetCachedInstances() code WC 10.9.4

public static function resetCachedInstances(): void
{
    self::$internalDirectives = null;
}