Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93465745
PhabricatorCustomFieldHeraldActionGroup.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, Nov 28, 23:57
Size
268 B
Mime Type
text/x-php
Expires
Sat, Nov 30, 23:57 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22646116
Attached To
rPH Phabricator
PhabricatorCustomFieldHeraldActionGroup.php
View Options
<?php
final
class
PhabricatorCustomFieldHeraldActionGroup
extends
HeraldActionGroup
{
const
ACTIONGROUPKEY
=
'customfield'
;
public
function
getGroupLabel
()
{
return
pht
(
'Custom Fields'
);
}
protected
function
getGroupOrder
()
{
return
2000
;
}
}
Event Timeline
Log In to Comment