Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93180256
HeraldRelatedFieldGroup.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
Tue, Nov 26, 19:47
Size
245 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 19:47 (2 d)
Engine
blob
Format
Raw Data
Handle
22587340
Attached To
rPH Phabricator
HeraldRelatedFieldGroup.php
View Options
<?php
final
class
HeraldRelatedFieldGroup
extends
HeraldFieldGroup
{
const
FIELDGROUPKEY
=
'related'
;
public
function
getGroupLabel
()
{
return
pht
(
'Related Fields'
);
}
protected
function
getGroupOrder
()
{
return
2000
;
}
}
Event Timeline
Log In to Comment