Automattic\WooCommerce\Vendor\GraphQL\Server

ServerConfig::getErrorFormatterpublicWC 1.0

Method of the class: ServerConfig{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ServerConfig = new ServerConfig();
$ServerConfig->getErrorFormatter(): ?callable;

ServerConfig::getErrorFormatter() code WC 10.8.1

public function getErrorFormatter(): ?callable
{
    return $this->errorFormatter;
}