Page MenuHomec4science

HarbormasterPrototypeBuildStepGroup.php
No OneTemporary

File Metadata

Created
Fri, Jul 12, 20:05

HarbormasterPrototypeBuildStepGroup.php

<?php
final class HarbormasterPrototypeBuildStepGroup
extends HarbormasterBuildStepGroup {
const GROUPKEY = 'harbormaster.prototype';
public function getGroupName() {
return pht('Prototypes');
}
public function getGroupOrder() {
return 8000;
}
public function isEnabled() {
return PhabricatorEnv::getEnvConfig('phabricator.show-prototypes');
}
public function shouldShowIfEmpty() {
return false;
}
}

Event Timeline