Page MenuHomestyx hydra

HarbormasterPrototypeBuildStepGroup.php
No OneTemporary

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;
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Nov 26, 8:29 PM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
347645
Default Alt Text
HarbormasterPrototypeBuildStepGroup.php (443 B)

Event Timeline