Automattic\WooCommerce\Internal\BatchProcessing

BatchProcessorInterface::get_description()publicWC 1.0

Get a user-friendly description for this processor.

Method of the class: BatchProcessorInterface{}

No Hooks.

Return

String. Description of what this processor does.

Usage

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

BatchProcessorInterface::get_description() code WC 8.7.0

public function get_description() : string;