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<string, Directive>.

Usage

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

Changelog

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

Directive::getInternalDirectives() code WC 11.0.1

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