Automattic\WooCommerce\Internal\Api\Autogenerated
GraphQLController::get_class_resolver_fqcn
Method of the class: GraphQLController{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->get_class_resolver_fqcn(): ?string;
GraphQLController::get_class_resolver_fqcn() GraphQLController::get class resolver fqcn code WC 10.9.4
protected function get_class_resolver_fqcn(): ?string {
return \Automattic\WooCommerce\Api\Infrastructure\ClassResolver::class;
}