report_controller extends controller
Public SDK Controller.
Extend this class to implement HTTP controllers in your plugin while benefiting from the framework routing and middleware lifecycle.
Table of Contents
Methods
- report() : Response
Methods
report()
public
report(string $report_key) : Response
Parameters
- $report_key : string
Tags
Attributes
- #[Route]
- $path: '/dashboard/report/{report_key}'
- $name: 'dashboard_report'
- $requirements: ['report_key' => '[A-Za-z0-9_]+']
- $methods: ['GET', 'POST']