Automattic\WooCommerce\Blueprint\Importers

ImportInstallPlugin::get_step_classpublicWC 1.0

Returns the class name of the step being processed.

Method of the class: ImportInstallPlugin{}

No Hooks.

Returns

String. Class name of the step.

Usage

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

ImportInstallPlugin::get_step_class() code WC 9.9.5

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