MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onGetMetadataVersion (&$version) | |
Use this hook to modify the image metadata version currently in use. | |
Stable to implement.
Definition at line 9 of file GetMetadataVersionHook.php.
MediaWiki\Hook\GetMetadataVersionHook::onGetMetadataVersion | ( | & | $version | ) |
Use this hook to modify the image metadata version currently in use.
This is used when requesting image metadata from a ForeignApiRepo. Media handlers that need to have versioned metadata should add an element to the end of the version array of the form 'handler_name=version'. Most media handlers won't need to do this unless they broke backwards compatibility with a previous version of the media handler metadata output.
string[] | &$version | Array of version strings |
Implemented in MediaWiki\HookContainer\HookRunner.