Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1427966
ServiceWiring.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
473 B
Referenced Files
None
Subscribers
None
ServiceWiring.php
View Options
<?php
use
MediaWiki\Extension\Disambiguator\Lookup
;
use
MediaWiki\MediaWikiServices
;
// PHP unit does not understand code coverage for this file
// as the @covers annotation cannot cover a specific file
// This is fully tested in ServiceWiringTest.php
// @codeCoverageIgnoreStart
return
[
'DisambiguatorLookup'
=>
static
function
(
MediaWikiServices
$services
):
Lookup
{
return
new
Lookup
(
$services
->
getConnectionProvider
()
);
}
];
// @codeCoverageIgnoreEnd
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 15:25 (15 h, 17 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c0/a9/c5a2f6cbefc4e1248981358def73
Default Alt Text
ServiceWiring.php (473 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment