Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93664162
HeraldEditFieldGroup.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
Sat, Nov 30, 13:34
Size
240 B
Mime Type
text/x-php
Expires
Mon, Dec 2, 13:34 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
22683730
Attached To
rPH Phabricator
HeraldEditFieldGroup.php
View Options
<?php
final
class
HeraldEditFieldGroup
extends
HeraldFieldGroup
{
const
FIELDGROUPKEY
=
'edit'
;
public
function
getGroupLabel
()
{
return
pht
(
'Edit Attributes'
);
}
protected
function
getGroupOrder
()
{
return
4000
;
}
}
Event Timeline
Log In to Comment