Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90725265
HeraldCreateWebhooksCapability.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
Mon, Nov 4, 05:15
Size
339 B
Mime Type
text/x-php
Expires
Wed, Nov 6, 05:15 (2 d)
Engine
blob
Format
Raw Data
Handle
22125358
Attached To
rPH Phabricator
HeraldCreateWebhooksCapability.php
View Options
<?php
final
class
HeraldCreateWebhooksCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'herald.webhooks'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Create Webhooks'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to create webhooks.'
);
}
}
Event Timeline
Log In to Comment