Automattic\WooCommerce\Internal\Api\Autogenerated
GraphQLController::get_principal_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_principal_resolver_fqcn(): ?string;
GraphQLController::get_principal_resolver_fqcn() GraphQLController::get principal resolver fqcn code WC 10.9.1
protected function get_principal_resolver_fqcn(): ?string {
return \Automattic\WooCommerce\Api\Infrastructure\PrincipalResolver::class;
}