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