PluginsController

Package: Controller

class PluginsController

extends Omeka_Controller_AbstractActionController

PluginsController::init()
PluginsController::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
PluginsController::installAction()
PluginsController::activateAction()

Action to activate a plugin

Returns:void
PluginsController::deactivateAction()

Action to deactivate a plugin

Returns:void
PluginsController::upgradeAction()
PluginsController::browseAction()

Action to browse plugins

Returns:void
PluginsController::uninstallAction()

Action to uninstall a plugin

Returns:void
PluginsController::deleteAction()
PluginsController::addAction()
PluginsController::_getPluginByName($create = false)

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.