PluginsController

class PluginsController

Package: Controller

init()
configAction()

Load the configuration form for a specific plugin. That configuration form will be POSTed back to this URL and processed by the plugin.

Returns:void
installAction()
activateAction()

Action to activate a plugin

Returns:void
deactivateAction()

Action to deactivate a plugin

Returns:void
upgradeAction()
browseAction()

Action to browse plugins

Returns:void
uninstallAction()

Action to uninstall a plugin

Returns:void
deleteAction()
addAction()
_getPluginByName(boolean $create =)

Retrieve the Plugin record based on the name passed via the request.

Parameters:
  • $create (boolean) – Whether or not the plugin object should be created if it has not already been loaded.