Page MenuHomec4science

AlmanacCreateNamespacesCapability.php
No OneTemporary

File Metadata

Created
Thu, Jan 9, 01:29

AlmanacCreateNamespacesCapability.php

<?php
final class AlmanacCreateNamespacesCapability
extends PhabricatorPolicyCapability {
const CAPABILITY = 'almanac.namespaces';
public function getCapabilityName() {
return pht('Can Create Namespaces');
}
public function describeCapabilityRejection() {
return pht('You do not have permission to create Almanac namespaces.');
}
}

Event Timeline