Automattic\WooCommerce\RestApi

Server::get_telemetry_controllers()protectedWC 1.0

List of controllers in the telemetry namespace.

Method of the class: Server{}

No Hooks.

Return

Array.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_telemetry_controllers();

Server::get_telemetry_controllers() code WC 8.7.0

protected function get_telemetry_controllers() {
	return array(
		'tracker' => 'WC_REST_Telemetry_Controller',
	);
}