Class for language selector block plugin. More...
Public Member Functions | |
| getBlockContext () | |
| getContents (&$templateMgr) | |
| getContextSpecificPluginSettingsFile () | |
| getDescription () | |
| getDisplayName () | |
| getEnabled () | |
| getInstallSitePluginSettingsFile () | |
| getSeq () | |
Class for language selector block plugin.
Definition at line 19 of file LanguageToggleBlockPlugin.inc.php.
| LanguageToggleBlockPlugin.getBlockContext | ( | ) |
Get the block context. Overrides parent so that the plugin will be displayed during install.
Definition at line 50 of file LanguageToggleBlockPlugin.inc.php.
| LanguageToggleBlockPlugin.getContents | ( | &$ | templateMgr | ) |
Get the HTML contents for this block.
Definition at line 82 of file LanguageToggleBlockPlugin.inc.php.
References Request.getPress().
| LanguageToggleBlockPlugin.getContextSpecificPluginSettingsFile | ( | ) |
Install default settings on press creation.
Definition at line 41 of file LanguageToggleBlockPlugin.inc.php.
| LanguageToggleBlockPlugin.getDescription | ( | ) |
Get a description of the plugin.
Definition at line 75 of file LanguageToggleBlockPlugin.inc.php.
| LanguageToggleBlockPlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Definition at line 68 of file LanguageToggleBlockPlugin.inc.php.
| LanguageToggleBlockPlugin.getEnabled | ( | ) |
Determine whether the plugin is enabled. Overrides parent so that the plugin will be displayed during install.
Definition at line 24 of file LanguageToggleBlockPlugin.inc.php.
| LanguageToggleBlockPlugin.getInstallSitePluginSettingsFile | ( | ) |
Install default settings on system install.
Definition at line 33 of file LanguageToggleBlockPlugin.inc.php.
| LanguageToggleBlockPlugin.getSeq | ( | ) |
Determine the plugin sequence. Overrides parent so that the plugin will be displayed during install.
Definition at line 59 of file LanguageToggleBlockPlugin.inc.php.
1.7.1