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