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