Automattic\WooCommerce\Internal\BatchProcessing
BatchProcessorInterface::get_description
Get a user-friendly description for this processor.
Method of the class: BatchProcessorInterface{}
No Hooks.
Returns
String
. Description of what this processor does.
Usage
$BatchProcessorInterface = new BatchProcessorInterface(); $BatchProcessorInterface->get_description() : string;
BatchProcessorInterface::get_description() BatchProcessorInterface::get description code WC 9.9.4
public function get_description() : string;