Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97148982
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
Thu, Jan 2, 22:53
Size
355 B
Mime Type
text/x-php
Expires
Sat, Jan 4, 22:53 (2 d)
Engine
blob
Format
Raw Data
Handle
23336286
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