MediaWiki master
ValidateExtendedMetadataCacheHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use File;
6
26 public function onValidateExtendedMetadataCache( $timestamp, $file );
27}
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition File.php:73
This is a hook handler interface, see docs/Hooks.md.
onValidateExtendedMetadataCache( $timestamp, $file)
Use this hook to validate the cached metadata in FormatMetadata::getExtendedMeta.