Automattic\WooCommerce\Admin\BlockTemplates
BlockInterface::get_parent()
Get the parent container that the block belongs to.
Метод класса: BlockInterface{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$BlockInterface = new BlockInterface(); $BlockInterface->&get_parent(): ContainerInterface;
Код BlockInterface::get_parent() BlockInterface::get parent WC 9.2.3
public function &get_parent(): ContainerInterface;