Automattic\WooCommerce\Blocks\Integrations

IntegrationInterface::get_editor_script_handlespublicWC 1.0

Returns an array of script handles to enqueue in the editor context.

Method of the class: IntegrationInterface{}

No Hooks.

Returns

String[].

Usage

$IntegrationInterface = new IntegrationInterface();
$IntegrationInterface->get_editor_script_handles();

IntegrationInterface::get_editor_script_handles() code WC 10.3.6

public function get_editor_script_handles();