Automattic\WooCommerce\Internal\BatchProcessing

BatchProcessorInterface::get_namepublicWC 1.0

Get a user-friendly name for this processor.

Method of the class: BatchProcessorInterface{}

No Hooks.

Returns

String. Name of the processor.

Usage

$BatchProcessorInterface = new BatchProcessorInterface();
$BatchProcessorInterface->get_name() : string;

BatchProcessorInterface::get_name() code WC 9.9.3

public function get_name() : string;