getServiceLocator()->get(ActionService::SERVICE_ID); $report = new \common_report_Report(\common_report_Report::TYPE_INFO, __('Available Actions:')); foreach ($actionResolver->getAvailableActions() as $actionClass) { $report->add(new \common_report_Report(\common_report_Report::TYPE_INFO, ' ' . $actionClass)); } return $report; } }