Automattic\WooCommerce\Blocks\BlockTypes
ProductStockIndicator::register_block_type_assets
Register script and style assets for the block type before it is registered.
This registers the scripts; it does not enqueue them.
Method of the class: ProductStockIndicator{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->register_block_type_assets();
ProductStockIndicator::register_block_type_assets() ProductStockIndicator::register block type assets code WC 10.3.6
protected function register_block_type_assets() {
return null;
}