Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules
KnownDirectives::unknownDirectiveMessage
Method of the class: KnownDirectives{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = KnownDirectives::unknownDirectiveMessage( $directiveName ): string;
- $directiveName(string) (required)
- .
KnownDirectives::unknownDirectiveMessage() KnownDirectives::unknownDirectiveMessage code WC 10.9.1
public static function unknownDirectiveMessage(string $directiveName): string
{
return "Unknown directive \"@{$directiveName}\".";
}