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