Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92697972
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
Fri, Nov 22, 21:31
Size
245 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 21:31 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22489887
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