Class: CreateThumbnailOption
Source Location: /modules/core/CreateThumbnailOption.inc
Class CreateThumbnailOption
Inherited Properties, Constants, and Methods
Methods
void handleRequestAfterAdd(
$form,
$items
)
|
|
Parameters:
API Tags:
See: | ItemAddOption::handleRequestAfterAdd |
Redefinition of:
- ItemAddOption::handleRequestAfterAdd()
- Let the plugin handle the incoming request. We expect the $items to be locked.
void loadTemplate(
&$template,
&$form,
$item
)
|
|
Parameters:
|
&$template: |
|
|
&$form: |
|
|
$item: |
|
API Tags:
See: | ItemAddOption::loadTemplate |
Redefinition of:
- ItemAddOption::loadTemplate()
- Load the template with data from this plugin
|
|