IntegrationRegistry::get_registered( string $name )

Retrieves a registered Integration by name.


Description Description


Parameters Parameters

$name

(Required) Integration name.


Top ↑

Return Return

(AutomatticWooCommerceBlocksIntegrationsIntegrationInterface|null) The registered integration, or null if it is not registered.


Top ↑

Source Source

File: packages/woocommerce-blocks/src/Integrations/IntegrationRegistry.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.