cleaner_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
Methods
about()
Home page.
public
about() : Response
Tags
Attributes
- #[Route]
- $path: '/cleaner/about'
- $name: 'cleaner_about'
- $methods: ['GET']
Return values
Responseindex()
Home page.
public
index() : Response
Tags
Attributes
- #[Route]
- $path: '/cleaner'
- $name: 'cleaner_index'
- $methods: ['GET', 'POST']