Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F459773
DifferentialBlameRevisionCommitMessageField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
419 B
Referenced Files
None
Subscribers
None
DifferentialBlameRevisionCommitMessageField.php
View Options
<?php
final
class
DifferentialBlameRevisionCommitMessageField
extends
DifferentialCommitMessageField
{
const
FIELDKEY
=
'blameRevision'
;
public
function
getFieldName
()
{
return
pht
(
'Blame Revision'
);
}
public
function
getFieldAliases
()
{
return
array
(
'Blame Rev'
,
);
}
public
function
isFieldEnabled
()
{
return
$this
->
isCustomFieldEnabled
(
'phabricator:blame-revision'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 2:36 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71933
Default Alt Text
DifferentialBlameRevisionCommitMessageField.php (419 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment