Automattic\WooCommerce\Blocks\Domain\Services\CheckoutFieldsSchema

DocumentObject::get_contextpublicWC 1.0

Get the current context.

Method of the class: DocumentObject{}

No Hooks.

Returns

null|String. The context.

Usage

$DocumentObject = new DocumentObject();
$DocumentObject->get_context();

DocumentObject::get_context() code WC 9.8.5

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