MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onGetContentModels (&$models) | |
Use this hook to add content models to the list of available models. | |
Stable to implement.
Definition at line 10 of file GetContentModelsHook.php.
MediaWiki\Content\Hook\GetContentModelsHook::onGetContentModels | ( | & | $models | ) |
Use this hook to add content models to the list of available models.
string[] | &$models | Array containing current model list as strings. Extensions should add to this list. |
Implemented in MediaWiki\HookContainer\HookRunner.