Class: ItemAddFromBrowser
Source Location: /modules/core/ItemAddFromBrowser.inc
Class ItemAddFromBrowser
Inherited Properties, Constants, and Methods
Methods
API Tags:
See: | ItemAddPlugin::getTitle |
Redefinition of:
- ItemAddPlugin::getTitle()
- Return a localized title for this plugin, suitable for display to the user
void handleRequest(
$form,
&$item
)
|
|
Parameters:
API Tags:
See: | ItemAddPlugin::handleRequest |
Redefinition of:
- ItemAddPlugin::handleRequest()
- Let the plugin handle the incoming request
void loadTemplate(
&$template,
&$form,
$item
)
|
|
Parameters:
|
&$template: |
|
|
&$form: |
|
|
$item: |
|
API Tags:
See: | ItemAdd:loadTemplate |
Redefinition of:
- ItemAddPlugin::loadTemplate()
- Load the template with data from this plugin
|
|