Automattic\WooCommerce\Admin\BlockTemplates
ContainerInterface::get_formatted_template()
Get the block configuration as a formatted template.
Method of the class: ContainerInterface{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ContainerInterface = new ContainerInterface(); $ContainerInterface->get_formatted_template(): array;
ContainerInterface::get_formatted_template() ContainerInterface::get formatted template code WC 9.7.1
public function get_formatted_template(): array;