Automattic\WooCommerce\Blocks\Payments\Integrations
AbstractPaymentMethodType::get_payment_method_script_handles_for_admin
Returns an array of script handles to enqueue for this payment method in the admin context
Method of the class: AbstractPaymentMethodType{}
No Hooks.
Returns
String[].
Usage
$AbstractPaymentMethodType = new AbstractPaymentMethodType(); $AbstractPaymentMethodType->get_payment_method_script_handles_for_admin();
AbstractPaymentMethodType::get_payment_method_script_handles_for_admin() AbstractPaymentMethodType::get payment method script handles for admin code WC 10.9.4
public function get_payment_method_script_handles_for_admin() {
return $this->get_payment_method_script_handles();
}