Automattic\WooCommerce\Blocks\BlockTypes

PageContentWrapper::get_block_type_script()protectedWC 1.0

It isn't necessary to register block assets.

Method of the class: PageContentWrapper{}

No Hooks.

Return

Array|String|null.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_block_type_script( $key );
$key(string)
Data to get, or default to everything.
Default: null

PageContentWrapper::get_block_type_script() code WC 9.4.2

protected function get_block_type_script( $key = null ) {
	return null;
}