Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_name()publicWC 1.0

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() code WC 9.8.1

public function get_name(): string;