Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96583841
HarbormasterControlBuildStepGroup.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
Sat, Dec 28, 13:27
Size
332 B
Mime Type
text/x-php
Expires
Mon, Dec 30, 13:27 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23212410
Attached To
rPH Phabricator
HarbormasterControlBuildStepGroup.php
View Options
<?php
final
class
HarbormasterControlBuildStepGroup
extends
HarbormasterBuildStepGroup
{
const
GROUPKEY
=
'harbormaster.control'
;
public
function
getGroupName
()
{
return
pht
(
'Flow Control'
);
}
public
function
getGroupOrder
()
{
return
5000
;
}
public
function
shouldShowIfEmpty
()
{
return
false
;
}
}
Event Timeline
Log In to Comment