Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_orderpublicWC 1.0

Get the block order.

Method of the class: BlockInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

$BlockInterface = new BlockInterface();
$BlockInterface->get_order(): int;

BlockInterface::get_order() code WC 9.9.5

public function get_order(): int;