Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104363418
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
Sat, Mar 8, 19:05
Size
419 B
Mime Type
text/x-php
Expires
Mon, Mar 10, 19:05 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24785604
Attached To
rPH Phabricator
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'
);
}
}
Event Timeline
Log In to Comment