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