extensions_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
Constants
- EXTENSIONS_INDEX = 'core/extensions/Index'
Methods
- extensions() : Response
- This method handles rendering the index page.
Constants
EXTENSIONS_INDEX
public
mixed
EXTENSIONS_INDEX
= 'core/extensions/Index'
Methods
extensions()
This method handles rendering the index page.
public
extensions() : Response
Tags
Attributes
- #[Route]
- $path: '/extensions'
- $name: 'extensions'
- $methods: ['GET']