Automattic\WooCommerce\Internal\ProductFeed\Integrations

IntegrationRegistry::get_integrationspublicWC 10.5.0

Get all registered integrations.

Метод класса: IntegrationRegistry{}

Хуков нет.

Возвращает

Массив<Строку,IntegrationInterface>.

Использование

$IntegrationRegistry = new IntegrationRegistry();
$IntegrationRegistry->get_integrations(): array;

Список изменений

С версии 10.5.0 Введена.

Код IntegrationRegistry::get_integrations() WC 10.5.2

public function get_integrations(): array {
	return $this->integrations;
}