ModuleInterface

Adminpanel interface for all modules

Every adminpanel module needs to implement this interface as a bare minimum.

Table of Contents

Methods

getIdentifier()  : string
Identifier for this module, for example "preview" or "cache"
getLabel()  : string
Module label

Methods

getIdentifier()

Identifier for this module, for example "preview" or "cache"

public getIdentifier() : string
Return values
string

getLabel()

Module label

public getLabel() : string
Return values
string

        
On this page

Search results