MediaWiki REL1_35
GetExtendedMetadataHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use File;
7
31 public function onGetExtendedMetadata( &$combinedMeta, $file, $context,
32 $single, &$maxCacheTime
33 );
34}
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition File.php:63
Interface for objects which can provide a MediaWiki context on request.
onGetExtendedMetadata(&$combinedMeta, $file, $context, $single, &$maxCacheTime)
Use this hook to get extended file metadata for the API.
if(PHP_SAPI !='cli-server') if(!isset( $_SERVER['SCRIPT_FILENAME'])) $file
Item class for a filearchive table row.
Definition router.php:42