Automattic\WooCommerce\Blueprint\Importers
ImportRunSql::get_step_class
Returns the class name of the step this processor handles.
Method of the class: ImportRunSql{}
No Hooks.
Returns
String. The class name of the step this processor handles.
Usage
$ImportRunSql = new ImportRunSql(); $ImportRunSql->get_step_class(): string;
ImportRunSql::get_step_class() ImportRunSql::get step class code WC 10.9.1
public function get_step_class(): string {
return RunSql::class;
}