Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4145121
ServiceWiring.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
645 B
Referenced Files
None
Subscribers
None
ServiceWiring.php
View Options
<?php
use
LoginNotify\LoginNotify
;
use
MediaWiki\Config\ServiceOptions
;
use
MediaWiki\Logger\LoggerFactory
;
use
MediaWiki\MediaWikiServices
;
return
[
'LoginNotify.LoginNotify'
=>
static
function
(
MediaWikiServices
$services
):
LoginNotify
{
return
new
LoginNotify
(
new
ServiceOptions
(
LoginNotify
::
CONSTRUCTOR_OPTIONS
,
$services
->
getMainConfig
()
),
$services
->
getMainObjectStash
(),
LoggerFactory
::
getInstance
(
'LoginNotify'
),
$services
->
getStatsdDataFactory
(),
$services
->
getDBLoadBalancerFactory
(),
$services
->
getJobQueueGroup
(),
$services
->
getCentralIdLookup
(),
$services
->
getAuthManager
()
);
}
];
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Aug 19 2026, 17:31 (5 w, 3 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
79/dd/b2a4ce308d8aae5b67189b1343a0
Default Alt Text
ServiceWiring.php (645 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment