Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93214600
ManiphestTaskHeraldFieldGroup.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
Wed, Nov 27, 02:06
Size
254 B
Mime Type
text/x-php
Expires
Fri, Nov 29, 02:06 (2 d)
Engine
blob
Format
Raw Data
Handle
22597078
Attached To
rPH Phabricator
ManiphestTaskHeraldFieldGroup.php
View Options
<?php
final
class
ManiphestTaskHeraldFieldGroup
extends
HeraldFieldGroup
{
const
FIELDGROUPKEY
=
'maniphest.task'
;
public
function
getGroupLabel
()
{
return
pht
(
'Task Fields'
);
}
protected
function
getGroupOrder
()
{
return
500
;
}
}
Event Timeline
Log In to Comment