Automattic\WooCommerce\Vendor\GraphQL\Server
ServerConfig::getContext
Method of the class: ServerConfig{}
No Hooks.
Returns
Mixed|callable.
Usage
$ServerConfig = new ServerConfig(); $ServerConfig->getContext();
ServerConfig::getContext() ServerConfig::getContext code WC 10.8.1
public function getContext()
{
return $this->context;
}