Automattic\WooCommerce\Blocks\Payments\Integrations

AbstractPaymentMethodType::get_editor_script_handlespublicWC 1.0

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

Alias of get_payment_method_script_handles_for_admin. Defined by IntegrationInterface.

Method of the class: AbstractPaymentMethodType{}

No Hooks.

Returns

String[].

Usage

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

AbstractPaymentMethodType::get_editor_script_handles() code WC 9.9.4

public function get_editor_script_handles() {
	return $this->get_payment_method_script_handles_for_admin();
}