Automattic\WooCommerce\Internal\Admin\BlockTemplates
AbstractBlock::get_name
Get the block name.
Method of the class: AbstractBlock{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AbstractBlock = new AbstractBlock(); $AbstractBlock->get_name(): string;
AbstractBlock::get_name() AbstractBlock::get name code WC 10.8.1
public function get_name(): string {
return $this->name;
}