Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92690316
PhabricatorApplicationPolicy.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 22, 19:38
Size
493 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 19:38 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
22487855
Attached To
rPH Phabricator
PhabricatorApplicationPolicy.php
View Options
<?php
final
class
PhabricatorApplicationPolicy
extends
PhabricatorApplication
{
public
function
shouldAppearInLaunchView
()
{
return
false
;
}
public
function
canUninstall
()
{
return
false
;
}
public
function
getRoutes
()
{
return
array
(
'/policy/'
=>
array
(
'explain/(?P<phid>[^/]+)/(?P<capability>[^/]+)/'
=>
'PhabricatorPolicyExplainController'
,
'edit/(?:(?P<phid>[^/]+)/)?'
=>
'PhabricatorPolicyEditController'
,
),
);
}
}
Event Timeline
Log In to Comment