MediaWiki master
IForeignRepoWithMWApi.php
Go to the documentation of this file.
1<?php
21namespace MediaWiki\FileRepo;
22
46 public function fetchImageQuery( $query );
47}
48
50class_alias( IForeignRepoWithMWApi::class, 'IForeignRepoWithMWApi' );
A foreign repo that implement support for API queries.
fetchImageQuery( $query)
Make an API query in the foreign repo, caching results.