Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_formatted_templatepublicWC 1.0

Get the block configuration as a formatted template.

Method of the class: BlockInterface{}

No Hooks.

Returns

Array. The block configuration as a formatted template.

Usage

$BlockInterface = new BlockInterface();
$BlockInterface->get_formatted_template(): array;

BlockInterface::get_formatted_template() code WC 10.6.2

public function get_formatted_template(): array;