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 9.9.3
public function get_name() : string;