Automattic\WooCommerce\Internal\Api\Autogenerated

GraphQLController::get_principal_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_principal_resolver_fqcn(): ?string;

GraphQLController::get_principal_resolver_fqcn() code WC 10.9.1

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