PHP Class Craft\AmFormsPlugin

Inheritance: extends craft\BasePlugin
Afficher le fichier Open project: am-impact/amforms

Méthodes publiques

Méthode Description
addFlowEventServices ( ) : array Add a&m flow event services.
getDeveloper ( ) : string
getDeveloperUrl ( ) : string
getName ( ) : null | string
getReleaseFeedUrl ( )
getSchemaVersion ( ) : string
getSettingsUrl ( ) : string
getVersion ( ) : string
hasCpSection ( ) : boolean Plugin has control panel section.
onAfterInstall ( ) Install essential information after installing the plugin.
onBeforeUninstall ( ) Uninstall information that is no longer required.
registerCpRoutes ( ) : array Plugin has Control Panel routes.
registerUserPermissions ( ) : array Plugin has user permissions.

Method Details

addFlowEventServices() public méthode

Add a&m flow event services.
public addFlowEventServices ( ) : array
Résultat array

getDeveloper() public méthode

public getDeveloper ( ) : string
Résultat string

getDeveloperUrl() public méthode

public getDeveloperUrl ( ) : string
Résultat string

getName() public méthode

public getName ( ) : null | string
Résultat null | string

getReleaseFeedUrl() public méthode

public getReleaseFeedUrl ( )

getSchemaVersion() public méthode

public getSchemaVersion ( ) : string
Résultat string

getSettingsUrl() public méthode

public getSettingsUrl ( ) : string
Résultat string

getVersion() public méthode

public getVersion ( ) : string
Résultat string

hasCpSection() public méthode

Plugin has control panel section.
public hasCpSection ( ) : boolean
Résultat boolean

onAfterInstall() public méthode

Install essential information after installing the plugin.
public onAfterInstall ( )

onBeforeUninstall() public méthode

Uninstall information that is no longer required.
public onBeforeUninstall ( )

registerCpRoutes() public méthode

Plugin has Control Panel routes.
public registerCpRoutes ( ) : array
Résultat array

registerUserPermissions() public méthode

Plugin has user permissions.
public registerUserPermissions ( ) : array
Résultat array