Class for "developed by" block plugin. More...
Public Member Functions | |
| getBlockContext () | |
| getContextSpecificPluginSettingsFile () | |
| getDescription () | |
| getDisplayName () | |
| getEnabled () | |
| getInstallSitePluginSettingsFile () | |
| getSeq () | |
Class for "developed by" block plugin.
Definition at line 19 of file DevelopedByBlockPlugin.inc.php.
| DevelopedByBlockPlugin.getBlockContext | ( | ) |
Get the block context. Overrides parent so that the plugin will be displayed during install.
Definition at line 50 of file DevelopedByBlockPlugin.inc.php.
| DevelopedByBlockPlugin.getContextSpecificPluginSettingsFile | ( | ) |
Install default settings on press creation.
Definition at line 41 of file DevelopedByBlockPlugin.inc.php.
| DevelopedByBlockPlugin.getDescription | ( | ) |
Get a description of the plugin.
Definition at line 75 of file DevelopedByBlockPlugin.inc.php.
| DevelopedByBlockPlugin.getDisplayName | ( | ) |
Get the display name of this plugin.
Definition at line 68 of file DevelopedByBlockPlugin.inc.php.
| DevelopedByBlockPlugin.getEnabled | ( | ) |
Determine whether the plugin is enabled. Overrides parent so that the plugin will be displayed during install.
Definition at line 24 of file DevelopedByBlockPlugin.inc.php.
| DevelopedByBlockPlugin.getInstallSitePluginSettingsFile | ( | ) |
Install default settings on system install.
Definition at line 33 of file DevelopedByBlockPlugin.inc.php.
| DevelopedByBlockPlugin.getSeq | ( | ) |
Determine the plugin sequence. Overrides parent so that the plugin will be displayed during install.
Definition at line 59 of file DevelopedByBlockPlugin.inc.php.
1.7.1