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