WC_Settings_Integrations::get_integrations
Get the currently available integrations. This method exists to ease unit testing.
Method of the class: WC_Settings_Integrations{}
No Hooks.
Returns
Array. Currently available integrations.
Usage
// protected - for code of main (parent) or child class $result = $this->get_integrations();
WC_Settings_Integrations::get_integrations() WC Settings Integrations::get integrations code WC 10.5.0
protected function get_integrations() {
return WC()->integrations->get_integrations();
}