MediaWiki
REL1_40
InterwikiLookup.php
Go to the documentation of this file.
1
<?php
21
namespace
MediaWiki\Interwiki
;
22
23
use
Interwiki
;
24
32
interface
InterwikiLookup
{
33
40
public
function
isValidInterwiki
( $prefix );
41
48
public
function
fetch
( $prefix );
49
67
public
function
getAllPrefixes
( $local =
null
);
68
74
public
function
invalidateCache
( $prefix );
75
76
}
Interwiki
An interwiki record value object.
Definition
Interwiki.php:27
MediaWiki\Interwiki\InterwikiLookup
Service interface for looking up Interwiki records.
Definition
InterwikiLookup.php:32
MediaWiki\Interwiki\InterwikiLookup\invalidateCache
invalidateCache( $prefix)
Purge the in-process and any persistent cache (e.g.
MediaWiki\Interwiki\InterwikiLookup\isValidInterwiki
isValidInterwiki( $prefix)
Check whether an interwiki prefix exists.
MediaWiki\Interwiki\InterwikiLookup\getAllPrefixes
getAllPrefixes( $local=null)
Returns information about all interwiki prefixes, in the form of rows of the interwiki table.
MediaWiki\Interwiki\InterwikiLookup\fetch
fetch( $prefix)
Get the Interwiki object for a given prefix.
MediaWiki\Interwiki
Definition
ClassicInterwikiLookup.php:21
includes
interwiki
InterwikiLookup.php
Generated on Thu Jun 27 2024 14:02:58 for MediaWiki by
1.10.0