MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onGalleryGetModes (&$modeArray) | |
Use this hook to get a list of classes that can render different modes of a gallery. | |
Stable to implement.
Definition at line 9 of file GalleryGetModesHook.php.
MediaWiki\Hook\GalleryGetModesHook::onGalleryGetModes | ( | & | $modeArray | ) |
Use this hook to get a list of classes that can render different modes of a gallery.
array | &$modeArray | Associative array mapping mode names to classes that implement that mode. It is expected that all registered classes are a subclass of ImageGalleryBase. |
Implemented in MediaWiki\HookContainer\HookRunner.