Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1079089
WMFExtensionsApplication.php
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
epriestley
Jan 28 2016, 6:05 PM
2016-01-28 18:05:30 (UTC+0)
Size
424 B
Referenced Files
None
Subscribers
None
WMFExtensionsApplication.php
View Options
<?php
final
class
WMFExtensionsApplication
extends
PhabricatorApplication
{
public
function
getName
()
{
return
pht
(
'WMF Extensions'
);
}
public
function
getRoutes
()
{
return
array
(
'/wmf-extensions/'
=>
array
(
'lock-task/(?P<id>
\d
+)/'
=>
'WMFLockTaskController'
,
),
);
}
public
function
getEventListeners
()
{
return
array
(
new
WMFLockTaskEventListener
(),
);
}
}
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31966
Default Alt Text
WMFExtensionsApplication.php (424 B)
Attached To
Mode
P1931 WMFExtensionsApplication.php
Attached
Detach File
Event Timeline
Log In to Comment