MIDDAG for Moodle

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

Methods

extensions()

This method handles rendering the index page.

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

        
On this page

Search results