Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_id()publicWC 1.0

Get the block ID.

Method of the class: BlockInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

$BlockInterface = new BlockInterface();
$BlockInterface->get_id(): string;

BlockInterface::get_id() code WC 9.8.5

public function get_id(): string;