Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91690274
HeraldManageGlobalRulesCapability.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
Wed, Nov 13, 12:40
Size
355 B
Mime Type
text/x-php
Expires
Fri, Nov 15, 12:40 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22306142
Attached To
rPH Phabricator
HeraldManageGlobalRulesCapability.php
View Options
<?php
final
class
HeraldManageGlobalRulesCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'herald.global'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Manage Global Rules'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to manage global Herald rules.'
);
}
}
Event Timeline
Log In to Comment