Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlock::get_orderpublicWC 1.0

Get the block order.

Method of the class: AbstractBlock{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

AbstractBlock::get_order() code WC 10.3.3

public function get_order(): int {
	return $this->order;
}