Return a localized title for this plugin, suitable for display to the user
API Tags:
Return: | GalleryStatus a status code return-array (same as GalleryController::handleRequest) |
Redefined in descendants as:
array handleRequest(
array
$form,
&$item,
&$addController, GalleryItem
$item, GalleryItemAddController
$addController
)
|
|
Let the plugin handle the incoming request
Parameters:
array |
$form: |
the form values |
GalleryItem |
$item: |
|
GalleryItemAddController |
$addController: |
A reference to the ItemAddController to be used for the post-processing calls. |
|
&$item: |
|
|
&$addController: |
|
API Tags:
Return: | GalleryStatus a status code array error messages (request parameter errors). Stop processing on errors. array status data, 'addedFiles' entry should contain: array(array('fileName' => '...', 'id' => ##, 'warnings' => array of strings), ...) |
See: | GalleryController::handleRequest |
Redefined in descendants as:
Is this plugin appropriate at this time? Default is true.
API Tags:
Return: | GalleryStatus a status code boolean true or false |
Redefined in descendants as:
Load the template with data from this plugin
Parameters:
API Tags:
Return: | GalleryStatus a status code string the path to a template file to include string localization domain for the template file |
See: | GalleryView::loadTemplate |
Redefined in descendants as: