PHP Class Craft\AmFormsPlugin

Inheritance: extends craft\BasePlugin
Datei anzeigen Open project: am-impact/amforms

Public Methods

Method 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 method

Add a&m flow event services.
public addFlowEventServices ( ) : array
return array

getDeveloper() public method

public getDeveloper ( ) : string
return string

getDeveloperUrl() public method

public getDeveloperUrl ( ) : string
return string

getName() public method

public getName ( ) : null | string
return null | string

getReleaseFeedUrl() public method

public getReleaseFeedUrl ( )

getSchemaVersion() public method

public getSchemaVersion ( ) : string
return string

getSettingsUrl() public method

public getSettingsUrl ( ) : string
return string

getVersion() public method

public getVersion ( ) : string
return string

hasCpSection() public method

Plugin has control panel section.
public hasCpSection ( ) : boolean
return boolean

onAfterInstall() public method

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

onBeforeUninstall() public method

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

registerCpRoutes() public method

Plugin has Control Panel routes.
public registerCpRoutes ( ) : array
return array

registerUserPermissions() public method

Plugin has user permissions.
public registerUserPermissions ( ) : array
return array