Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98115327
DifferentialRevisionHeraldFieldGroup.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
Thu, Jan 9, 22:57
Size
273 B
Mime Type
text/x-php
Expires
Sat, Jan 11, 22:57 (2 d)
Engine
blob
Format
Raw Data
Handle
23508390
Attached To
rPH Phabricator
DifferentialRevisionHeraldFieldGroup.php
View Options
<?php
final
class
DifferentialRevisionHeraldFieldGroup
extends
HeraldFieldGroup
{
const
FIELDGROUPKEY
=
'differential.revision'
;
public
function
getGroupLabel
()
{
return
pht
(
'Revision Fields'
);
}
protected
function
getGroupOrder
()
{
return
1000
;
}
}
Event Timeline
Log In to Comment