MultiLangModule MultiLangModule(
)
|
|
API Tags:
| See: | GalleryModule::autoConfigure |
Redefinition of:
- GalleryModule::autoConfigure()
- Allow this module to autoconfigure itself. It should only autoconfigure if it is
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 getOnLoadHandlerIds(
)
|
|
API Tags:
| See: | GalleryModule::getOnLoadHandlerIds |
Redefinition of:
- GalleryModule::getOnLoadHandlerIds()
- Get ids of all onLoadHandlers this module may register.
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
)
|
|
Delete MultiLang data for deleted items.
Parameters:
API Tags:
| See: | GalleryEventListener::handleEvent |
void needsConfiguration(
)
|
|
API Tags:
| See: | GalleryModule::needsConfiguration |
Redefinition of:
- GalleryModule::needsConfiguration()
- Does this module require configuration before it can be activated?
void onLoad(
&$entity,
$duringUpgrade
)
|
|
Load multilang data into this item..
Parameters:
|
|
&$entity: |
|
|
|
$duringUpgrade: |
|
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