Automattic\WooCommerce\Admin\Features\Blueprint\Importers

ImportSetWCPaymentGateways::get_step_class()publicWC 1.0

Get the class name for the step.

Method of the class: ImportSetWCPaymentGateways{}

No Hooks.

Return

String.

Usage

$ImportSetWCPaymentGateways = new ImportSetWCPaymentGateways();
$ImportSetWCPaymentGateways->get_step_class(): string;

ImportSetWCPaymentGateways::get_step_class() code WC 9.7.1

public function get_step_class(): string {
	return SetWCPaymentGateways::class;
}