Automattic\WooCommerce\Blueprint\Importers
ImportInstallPlugin::get_step_class
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() ImportInstallPlugin::get step class code WC 10.7.0
public function get_step_class(): string {
return InstallPlugin::class;
}