Automattic\WooCommerce\Vendor\GraphQL\Server
ServerConfig::getErrorFormatter
Method of the class: ServerConfig{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ServerConfig = new ServerConfig(); $ServerConfig->getErrorFormatter(): ?callable;
ServerConfig::getErrorFormatter() ServerConfig::getErrorFormatter code WC 10.8.1
public function getErrorFormatter(): ?callable
{
return $this->errorFormatter;
}