Automattic\WooCommerce\RestApi
Server::get_telemetry_controllers()
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() Server::get telemetry controllers code WC 9.6.1
protected function get_telemetry_controllers() { return array( 'tracker' => 'WC_REST_Telemetry_Controller', ); }