Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlock::get_parentpublicWC 1.0

Get the parent block container.

Method of the class: AbstractBlock{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AbstractBlock = new AbstractBlock();
$AbstractBlock->&get_parent(): ContainerInterface;

AbstractBlock::get_parent() code WC 10.8.1

public function &get_parent(): ContainerInterface {
	return $this->parent;
}