Automattic\WooCommerce\Admin\BlockTemplates
BlockInterface::get_id()
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() BlockInterface::get id code WC 9.8.5
public function get_id(): string;