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