Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlockTemplate::get_root_templatepublicWC 1.0

Get the root template.

Method of the class: AbstractBlockTemplate{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AbstractBlockTemplate = new AbstractBlockTemplate();
$AbstractBlockTemplate->&get_root_template(): BlockTemplateInterface;

AbstractBlockTemplate::get_root_template() code WC 10.8.1

public function &get_root_template(): BlockTemplateInterface {
	return $this;
}