Automattic\WooCommerce\Vendor\GraphQL\Server

ServerConfig::getDebugFlagpublicWC 1.0

Method of the class: ServerConfig{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ServerConfig = new ServerConfig();
$ServerConfig->getDebugFlag(): int;

ServerConfig::getDebugFlag() code WC 10.8.1

public function getDebugFlag(): int
{
    return $this->debugFlag;
}