Automattic\WooCommerce\Internal\Api\Autogenerated

GraphQLController::get_class_resolver_fqcnprotectedWC 1.0

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() code WC 10.9.4

protected function get_class_resolver_fqcn(): ?string {
	return \Automattic\WooCommerce\Api\Infrastructure\ClassResolver::class;
}