MCPcopy Create free account
hub / github.com/Rello/analytics / index

Method index

lib/Controller/ReportController.php:42–46  ·  view source on GitHub ↗

* get all reports * * @return DataResponse */

()

Source from the content-addressed store, hash-verified

40 * @return DataResponse
41 */
42 #[NoAdminRequired]
43 public function index()
44 {
45 return new DataResponse($this->ReportService->index());
46 }
47
48 /**
49 * create new blank report

Callers 2

datasetIndexV3Method · 0.45
reportIndexV3Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected