Automattic\WooCommerce\Blocks\Integrations
IntegrationRegistry::get_all_registered
Retrieves all registered integrations.
Method of the class: IntegrationRegistry{}
No Hooks.
Returns
IntegrationInterface[].
Usage
$IntegrationRegistry = new IntegrationRegistry(); $IntegrationRegistry->get_all_registered();
IntegrationRegistry::get_all_registered() IntegrationRegistry::get all registered code WC 10.9.1
public function get_all_registered() {
return $this->registered_integrations;
}