Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93825329
HeraldUtilityActionGroup.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
Sun, Dec 1, 19:47
Size
242 B
Mime Type
text/x-php
Expires
Tue, Dec 3, 19:47 (2 d)
Engine
blob
Format
Raw Data
Handle
22710840
Attached To
rPH Phabricator
HeraldUtilityActionGroup.php
View Options
<?php
final
class
HeraldUtilityActionGroup
extends
HeraldActionGroup
{
const
ACTIONGROUPKEY
=
'utility'
;
public
function
getGroupLabel
()
{
return
pht
(
'Utility'
);
}
protected
function
getGroupOrder
()
{
return
10000
;
}
}
Event Timeline
Log In to Comment