Automattic\WooCommerce\Blueprint

StepProcessorResult::get_step_namepublicWC 1.0

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() code WC 9.9.5

public function get_step_name() {
	return $this->step_name;
}