Automattic\WooCommerce\Admin\BlockTemplates

ContainerInterface::get_formatted_templatepublicWC 1.0

Get the block configuration as a formatted template.

Method of the class: ContainerInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ContainerInterface::get_formatted_template() code WC 10.5.0

public function get_formatted_template(): array;