Automattic\WooCommerce\Vendor\GraphQL\Type\Definition

Directive::getInternalDirectivespublic staticWC 1.0

Deprecated. It is no longer supported and may be removed in future releases. See {@see Directive::builtInDirectives()}.

Method of the class: Directive{}

No Hooks.

Returns

Array. Directive>

Usage

$result = Directive::getInternalDirectives(): array;

Changelog

Deprecated use {@see Directive::builtInDirectives()}

Directive::getInternalDirectives() code WC 10.9.1

public static function getInternalDirectives(): array
{
    return self::builtInDirectives();
}