MediaWiki
master
IForeignRepoWithMWApi.php
Go to the documentation of this file.
1
<?php
7
namespace
MediaWiki\FileRepo
;
8
23
interface
IForeignRepoWithMWApi
{
32
public
function
fetchImageQuery
( $query );
33
}
34
36
class_alias( IForeignRepoWithMWApi::class,
'IForeignRepoWithMWApi'
);
MediaWiki\FileRepo\IForeignRepoWithMWApi
A foreign repo that implement support for API queries.
Definition
IForeignRepoWithMWApi.php:23
MediaWiki\FileRepo\IForeignRepoWithMWApi\fetchImageQuery
fetchImageQuery( $query)
Make an API query in the foreign repo, caching results.
MediaWiki\FileRepo
Definition
AuthenticatedFileEntryPoint.php:12
includes
FileRepo
IForeignRepoWithMWApi.php
Generated on Sun Nov 9 2025 19:24:41 for MediaWiki by
1.10.0