Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
Directive::getInternalDirectives
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
Usage
$result = Directive::getInternalDirectives(): array;
Changelog
| Deprecated | use {@see Directive::builtInDirectives()} |
Directive::getInternalDirectives() Directive::getInternalDirectives code WC 10.9.1
public static function getInternalDirectives(): array
{
return self::builtInDirectives();
}