static array getAllAddOptions(
)
|
|
Return all the available option plugins
API Tags:
Return: | GalleryStatus a status code array ItemAddOption instances |
array handleRequestAfterAdd(
array
$form, array
$items
)
|
|
Let the plugin handle the incoming request. We expect the $items to be locked.
Parameters:
array |
$form: |
the form values |
array |
$items: |
GalleryDataItems |
API Tags:
Return: | GalleryStatus a status code array localized error messages. Attempt to continue processing on errors since the items have already been added and post-processing will continue. array localized warning messages |
See: | GalleryController::handleRequest |
Redefined in descendants as:
Is this option appropriate at this time?
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: