Automattic\WooCommerce\Admin\Features\Blueprint\Importers

ImportSetWCShipping::get_step_class()publicWC 1.0

Get the class name for the step.

Method of the class: ImportSetWCShipping{}

No Hooks.

Return

String.

Usage

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

ImportSetWCShipping::get_step_class() code WC 9.7.1

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