MIDDAG for Moodle

action 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

list()  : Response
This method handles both listing actions.

Methods

list()

This method handles both listing actions.

public list(mixed $formid) : Response
Parameters
$formid : mixed
Attributes
#[Route]
$path: 'customform/{formid}/actions/list'
$name: 'actions_list'
$methods: ['GET']
Return values
Response

        
On this page

Search results