Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlock::get_idpublicWC 1.0

Get the block ID.

Method of the class: AbstractBlock{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AbstractBlock = new AbstractBlock();
$AbstractBlock->get_id(): string;

AbstractBlock::get_id() code WC 10.3.3

public function get_id(): string {
	return $this->id;
}