Page MenuHomePhabricator

HarbormasterCreatePlansCapability.php
No OneTemporary

HarbormasterCreatePlansCapability.php

<?php
final class HarbormasterCreatePlansCapability
extends PhabricatorPolicyCapability {
const CAPABILITY = 'harbormaster.plans';
public function getCapabilityName() {
return pht('Can Create Build Plans');
}
public function describeCapabilityRejection() {
return pht(
'You do not have permission to create Harbormaster build plans.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Jul 28, 7:32 AM (2 d, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8227148
Default Alt Text
HarbormasterCreatePlansCapability.php (371 B)

Event Timeline