MediaWiki
master
ValidateExtendedMetadataCacheHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\FileRepo\File\File
;
6
14
interface
ValidateExtendedMetadataCacheHook
{
26
public
function
onValidateExtendedMetadataCache
( $timestamp, $file );
27
}
MediaWiki\FileRepo\File\File
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition
File.php:93
MediaWiki\Hook\ValidateExtendedMetadataCacheHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ValidateExtendedMetadataCacheHook.php:14
MediaWiki\Hook\ValidateExtendedMetadataCacheHook\onValidateExtendedMetadataCache
onValidateExtendedMetadataCache( $timestamp, $file)
Use this hook to validate the cached metadata in FormatMetadata::getExtendedMeta.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
media
Hook
ValidateExtendedMetadataCacheHook.php
Generated on Sun Apr 20 2025 09:25:21 for MediaWiki by
1.10.0