Automattic\WooCommerce\Vendor\GraphQL\Server

ServerConfig::getContextpublicWC 1.0

Method of the class: ServerConfig{}

No Hooks.

Returns

Mixed|callable.

Usage

$ServerConfig = new ServerConfig();
$ServerConfig->getContext();

ServerConfig::getContext() code WC 10.8.1

public function getContext()
{
    return $this->context;
}