MediaWiki master
IForeignRepoWithMWApi.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\FileRepo;
8
32 public function fetchImageQuery( $query );
33}
34
36class_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.