Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F768115
DifferentialExtensionsApplication.php
epriestley (Evan Priestley)
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
epriestley
Aug 31 2015, 8:09 PM
2015-08-31 20:09:21 (UTC+0)
Size
392 B
Referenced Files
None
Subscribers
None
DifferentialExtensionsApplication.php
View Options
<?php
final
class
DifferentialExtensionsApplication
extends
PhabricatorApplication
{
public
function
getName
()
{
return
pht
(
'Differential (With Extensions)'
);
}
public
function
getRoutes
()
{
return
array
(
'/differential-extensions/'
=>
array
(
'(?:query/(?P<queryKey>[^/]+)/)?'
=>
'DifferentialExtensionsRevisionListController'
,
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/jl/wx/ehzmjdmlp346bts4
Default Alt Text
DifferentialExtensionsApplication.php (392 B)
Attached To
Mode
T9263: Provide ability to query for all revisions currently blocked by a specific project reviewer
Attached
Detach File
Event Timeline
Log In to Comment