MediaWiki
master
IForeignRepoWithMWApi.php
Go to the documentation of this file.
1
<?php
21
namespace
MediaWiki\FileRepo
;
22
37
interface
IForeignRepoWithMWApi
{
46
public
function
fetchImageQuery
( $query );
47
}
48
50
class_alias( IForeignRepoWithMWApi::class,
'IForeignRepoWithMWApi'
);
MediaWiki\FileRepo\IForeignRepoWithMWApi
A foreign repo that implement support for API queries.
Definition
IForeignRepoWithMWApi.php:37
MediaWiki\FileRepo\IForeignRepoWithMWApi\fetchImageQuery
fetchImageQuery( $query)
Make an API query in the foreign repo, caching results.
MediaWiki\FileRepo
Definition
AuthenticatedFileEntryPoint.php:26
includes
filerepo
IForeignRepoWithMWApi.php
Generated on Sat Apr 26 2025 01:25:35 for MediaWiki by
1.10.0