Automattic\WooCommerce\Blocks\Integrations

IntegrationRegistry::get_all_registeredpublicWC 1.0

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() code WC 10.9.1

public function get_all_registered() {
	return $this->registered_integrations;
}