Automattic\WooCommerce\Proxies
LegacyProxy::get_instance_of_wc_queue_interface()
Get an instance of a class implementing WC_Queue_Interface.
Method of the class: LegacyProxy{}
No Hooks.
Return
\WC_Queue_Interface
. The instance.
Usage
// private - for code of main (parent) class only $result = $this->get_instance_of_wc_queue_interface();
LegacyProxy::get_instance_of_wc_queue_interface() LegacyProxy::get instance of wc queue interface code WC 9.4.2
private function get_instance_of_wc_queue_interface() { return \WC_Queue::instance(); }