Automattic\WooCommerce\Blocks\Assets

AssetDataRegistry::getprotectedWC 1.0

Exposes private registered data to child classes.

Method of the class: AssetDataRegistry{}

No Hooks.

Returns

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 9.8.5

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