Automattic\WooCommerce\Blocks\Assets
AssetDataRegistry::get
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() AssetDataRegistry::get code WC 10.5.0
protected function get() {
return $this->data;
}