SquareThumbModule SquareThumbModule(
)
|
|
void activate(
[
$postActivationEvent = true]
)
|
|
Parameters:
API Tags:
| See: | GalleryModule::activate |
Redefinition of:
- GalleryModule::activate()
void getConfigurationView(
)
|
|
API Tags:
| See: | GalleryModule::getConfigurationView |
Redefinition of:
- GalleryModule::getConfigurationView()
- Get the name of the GalleryView containing the administration view specifically for configuring this module. It may be one that is also listed in getSiteAdminViews().
void getSiteAdminViews(
)
|
|
API Tags:
| See: | GalleryModule::getSiteAdminViews |
Redefinition of:
- GalleryModule::getSiteAdminViews()
- Get the name of the GalleryView containing the various site administration views for this module. Note that the text value is localized since they will be displayed directly to the user. Include group/groupLabel in data to override the values from getGroup().
void handleEvent(
$event
)
|
|
Handler for Gallery::DeactivatePlugin event.
Parameters:
API Tags:
| See: | GalleryEventListener::handleEvent |
void performFactoryRegistrations(
)
|
|
API Tags:
| See: | GalleryModule::performFactoryRegistrations |
Redefinition of:
- GalleryModule::performFactoryRegistrations()
- Register any factory implementations. This is called at module activation time.
void upgrade(
$currentVersion
)
|
|
Parameters:
API Tags:
| See: | GalleryModule::upgrade |
Redefinition of:
- GalleryPlugin::upgrade()
- Perform any upgrade tasks required at this point. This method is called
array _getSupportedMimeTypes(
boolean
$useComposite
)
|
|
Find out what mime-types currently have toolkit support for: thumbnail, dimensions and crop [or composite]
Parameters:
|
boolean |
$useComposite: |
true to include types with composite support |
API Tags:
| Return: | GalleryStatus a status code array mime types |
| Access: | private |