Automattic\WooCommerce\Blocks\Assets

AssetDataRegistry::get()protectedWC 1.0

Exposes private registered data to child classes.

Method of the class: AssetDataRegistry{}

No Hooks.

Return

Array. The registered data on the private data property

Usage

// protected - for code of main (parent) or child class
$result = $this->get();

AssetDataRegistry::get() code WC 8.7.0

protected function get() {
	return $this->data;
}