Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93166145
DifferentialRevisionContentRemovedHeraldField.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, 17:27
Size
571 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 17:27 (2 d)
Engine
blob
Format
Raw Data
Handle
22585669
Attached To
rPH Phabricator
DifferentialRevisionContentRemovedHeraldField.php
View Options
<?php
final
class
DifferentialRevisionContentRemovedHeraldField
extends
DifferentialRevisionHeraldField
{
const
FIELDCONST
=
'differential.revision.diff.old'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Removed file content'
);
}
public
function
getFieldGroupKey
()
{
return
DifferentialChangeHeraldFieldGroup
::
FIELDGROUPKEY
;
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
()->
loadRemovedContentDictionary
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_TEXT_MAP
;
}
}
Event Timeline
Log In to Comment