Automattic\WooCommerce\Internal\Admin\BlockTemplates
AbstractBlock::get_root_template
Get the template that this block belongs to.
Method of the class: AbstractBlock{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AbstractBlock = new AbstractBlock(); $AbstractBlock->&get_root_template(): BlockTemplateInterface;
AbstractBlock::get_root_template() AbstractBlock::get root template code WC 10.8.1
public function &get_root_template(): BlockTemplateInterface {
return $this->root_template;
}