Automattic\WooCommerce\Api\Infrastructure
GraphQLControllerBase::get_class_resolver_fqcn
FQCN of the user-provided ClassResolver, or null when none was detected.
The autogenerated subclass overrides this to return its plugin's <api_namespace>\Infrastructure\ClassResolver when ApiBuilder detected one. When null, classes are instantiated with new $class().
Method of the class: GraphQLControllerBase{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->get_class_resolver_fqcn(): ?string;
GraphQLControllerBase::get_class_resolver_fqcn() GraphQLControllerBase::get class resolver fqcn code WC 10.9.1
protected function get_class_resolver_fqcn(): ?string {
return null;
}