Automattic\WooCommerce\Internal\BatchProcessing
BatchProcessorInterface::get_name
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() BatchProcessorInterface::get name code WC 10.8.1
public function get_name() : string;