Automattic\WooCommerce\Blueprint
StepProcessorResult::get_step_name
Get the name of the step.
Method of the class: StepProcessorResult{}
No Hooks.
Returns
String
. The name of the step.
Usage
$StepProcessorResult = new StepProcessorResult(); $StepProcessorResult->get_step_name();
StepProcessorResult::get_step_name() StepProcessorResult::get step name code WC 9.9.5
public function get_step_name() { return $this->step_name; }