Automattic\WooCommerce\Internal\Admin\BlockTemplates
AbstractBlock::get_order
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() AbstractBlock::get order code WC 10.3.3
public function get_order(): int {
return $this->order;
}