Automattic\WooCommerce\Blueprint\Steps
RunSql::get_step_name
Returns the name of this step.
Method of the class: RunSql{}
No Hooks.
Returns
String. The step name.
Usage
$result = RunSql::get_step_name(): string;
RunSql::get_step_name() RunSql::get step name code WC 10.6.2
public static function get_step_name(): string {
return 'runSql';
}