Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94019371
AlmanacManageClusterServicesCapability.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
Tue, Dec 3, 07:17
Size
378 B
Mime Type
text/x-php
Expires
Thu, Dec 5, 07:17 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22712037
Attached To
rPH Phabricator
AlmanacManageClusterServicesCapability.php
View Options
<?php
final
class
AlmanacManageClusterServicesCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'almanac.cluster'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Manage Cluster Services'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to manage Almanac cluster services.'
);
}
}
Event Timeline
Log In to Comment