Automattic\WooCommerce\Blocks\BlockTypes
ProductImage::register_block_type_assets
It is necessary to register and enqueues assets during the render phase because we want to load assets only if the block has the content.
Method of the class: ProductImage{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->register_block_type_assets();
ProductImage::register_block_type_assets() ProductImage::register block type assets code WC 10.3.6
protected function register_block_type_assets() {
return null;
}