Return a localized title for this plugin, suitable for display to the user
API Tags:
Return: | GalleryStatus a status code string localized title |
Redefined in descendants as:
Let the plugin handle the incoming request
Parameters:
array |
$form: |
the form values |
GalleryItem |
$item: |
|
GalleryDerivative |
$preferred: |
item's preferred derivative, if there is one |
|
&$item: |
|
|
&$preferred: |
|
API Tags:
Return: | GalleryStatus a status code array error messages string localized status message boolean true if progress bar is needed |
See: | GalleryController::handleRequest |
Redefined in descendants as:
Does this plugin support the given item type?
Parameters:
API Tags:
Return: | true if it's supported |
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:
array _checkForOperation(
string
$operation, array
$mimeTypes
)
|
|
Check to see if a given operation is available for any of a set of mime types
Parameters:
string |
$operation: |
the operation (eg. 'rotate' or 'scale') |
array |
$mimeTypes: |
|
API Tags:
Return: | GalleryStatus a status code bool true if any of the mime types are supported |
Access: | protected |