|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onValidateExtendedMetadataCache ( $timestamp, $file) | |
| Use this hook to validate the cached metadata in FormatMetadata::getExtendedMeta. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ValidateExtendedMetadataCache" to register handlers implementing this interface.
Definition at line 14 of file ValidateExtendedMetadataCacheHook.php.
| MediaWiki\Hook\ValidateExtendedMetadataCacheHook::onValidateExtendedMetadataCache | ( | $timestamp, | |
| $file ) |
Use this hook to validate the cached metadata in FormatMetadata::getExtendedMeta.
Implemented in MediaWiki\HookContainer\HookRunner.