MIDDAG for Moodle

dashboard_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

index()  : Response

Methods

index()

public index() : Response
Tags
throws
coding_exception
throws
coding_exception
throws
moodle_exception
Attributes
#[Route]
$path: '/dashboard'
$name: 'dashboard_index'
$methods: ['GET']
Return values
Response

        
On this page

Search results