Automattic\WooCommerce\Admin\BlockTemplates

ContainerInterface::get_root_template()publicWC 1.0

Get the root template that the block belongs to.

Метод класса: ContainerInterface{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код ContainerInterface::get_root_template() WC 8.7.0

public function &get_root_template(): BlockTemplateInterface;