Automattic\WooCommerce\Blocks\Payments

PaymentMethodTypeInterface::get_payment_method_script_handles()publicWC 1.0

Returns an array of script handles to enqueue for this payment method in the frontend context

Method of the class: PaymentMethodTypeInterface{}

No Hooks.

Return

String[].

Usage

$PaymentMethodTypeInterface = new PaymentMethodTypeInterface();
$PaymentMethodTypeInterface->get_payment_method_script_handles();

PaymentMethodTypeInterface::get_payment_method_script_handles() code WC 8.7.0

public function get_payment_method_script_handles();