Automattic\WooCommerce\Internal\Admin\BlockTemplates
AbstractBlock::get_parent
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() AbstractBlock::get parent code WC 10.8.1
public function &get_parent(): ContainerInterface {
return $this->parent;
}