Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules
KnownTypeNames::getSDLVisitor
Method of the class: KnownTypeNames{}
No Hooks.
Returns
null. Nothing (null).
Usage
$KnownTypeNames = new KnownTypeNames(); $KnownTypeNames->getSDLVisitor( $context ): array;
- $context(SDLValidationContext) (required)
- .
KnownTypeNames::getSDLVisitor() KnownTypeNames::getSDLVisitor code WC 10.9.1
public function getSDLVisitor(SDLValidationContext $context): array
{
return $this->getASTVisitor($context);
}