Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92978104
HarbormasterBuiltinBuildStepGroup.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
Mon, Nov 25, 07:45
Size
325 B
Mime Type
text/x-php
Expires
Wed, Nov 27, 07:45 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22548688
Attached To
rPH Phabricator
HarbormasterBuiltinBuildStepGroup.php
View Options
<?php
final
class
HarbormasterBuiltinBuildStepGroup
extends
HarbormasterBuildStepGroup
{
const
GROUPKEY
=
'harbormaster.builtin'
;
public
function
getGroupName
()
{
return
pht
(
'Builtins'
);
}
public
function
getGroupOrder
()
{
return
0
;
}
public
function
shouldShowIfEmpty
()
{
return
false
;
}
}
Event Timeline
Log In to Comment