Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93089638
DifferentialBlameRevisionCommitMessageField.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
Tue, Nov 26, 03:29
Size
399 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 03:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22571238
Attached To
rPH Phabricator
DifferentialBlameRevisionCommitMessageField.php
View Options
<?php
final
class
DifferentialBlameRevisionCommitMessageField
extends
DifferentialCommitMessageCustomField
{
const
FIELDKEY
=
'blameRevision'
;
public
function
getFieldName
()
{
return
pht
(
'Blame Revision'
);
}
public
function
getFieldAliases
()
{
return
array
(
'Blame Rev'
,
);
}
public
function
getCustomFieldKey
()
{
return
'phabricator:blame-revision'
;
}
}
Event Timeline
Log In to Comment