IntegrationRegistry
Class used for tracking registered integrations with various Block types.
Description Description
Source Source
File: packages/woocommerce-blocks/src/Integrations/IntegrationRegistry.php
Methods Methods
- get_all_registered — Retrieves all registered integrations.
- get_all_registered_editor_script_handles — Gets an array of all registered integration's script handles for the editor.
- get_all_registered_script_data — Gets an array of all registered integration's script data.
- get_all_registered_script_handles — Gets an array of all registered integration's script handles.
- get_registered — Retrieves a registered Integration by name.
- initialize — Initializes all registered integrations.
- is_registered — Checks if an integration is already registered.
- register — Registers an integration.
- unregister — Un-register an integration.