PHP Class DefaultThemePlugin, ojs

Inheritance: extends ThemePlugin
Show file Open project: pkp/ojs

Public Methods

Method Description
getContextSpecificPluginSettingsFile ( ) : string Get the name of the settings file to be installed on new journal creation.
getDescription ( ) : string Get the description of this plugin
getDisplayName ( ) : string Get the display name of this plugin
getInstallSitePluginSettingsFile ( ) : string Get the name of the settings file to be installed site-wide when OJS is installed.
init ( ) : null Initialize the theme's styles, scripts and hooks. This is run on the currently active theme and it's parent themes.
isActive ( )

Method Details

getContextSpecificPluginSettingsFile() public method

Get the name of the settings file to be installed on new journal creation.

getDescription() public method

Get the description of this plugin
public getDescription ( ) : string
return string

getDisplayName() public method

Get the display name of this plugin
public getDisplayName ( ) : string
return string

getInstallSitePluginSettingsFile() public method

Get the name of the settings file to be installed site-wide when OJS is installed.

init() public method

Initialize the theme's styles, scripts and hooks. This is run on the currently active theme and it's parent themes.
public init ( ) : null
return null

isActive() public method

public isActive ( )