MediaWiki master
GetMetadataVersionHook.php
Go to the documentation of this file.
1<?php
2
4
26 public function onGetMetadataVersion( &$version );
27}
28
30class_alias( GetMetadataVersionHook::class, 'MediaWiki\\Hook\\GetMetadataVersionHook' );
This is a hook handler interface, see docs/Hooks.md.
onGetMetadataVersion(&$version)
Use this hook to modify the image metadata version currently in use.