Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93775195
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
Sun, Dec 1, 09:56
Size
325 B
Mime Type
text/x-php
Expires
Tue, Dec 3, 09:56 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22702466
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