Automattic\WooCommerce\Admin\BlockTemplates
BlockInterface::get_name
Get the block name.
Метод класса: BlockInterface{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$BlockInterface = new BlockInterface(); $BlockInterface->get_name(): string;
Код BlockInterface::get_name() BlockInterface::get name WC 10.5.2
public function get_name(): string;