Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98659236
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
Wed, Jan 15, 09:07
Size
268 B
Mime Type
text/x-php
Expires
Fri, Jan 17, 09:07 (2 d)
Engine
blob
Format
Raw Data
Handle
23605156
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