Automattic\WooCommerce\Internal\BatchProcessing

BatchProcessorInterface::get_descriptionpublicWC 1.0

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

public function get_description() : string;