Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111127765
DifferentialRevisionFerretEngine.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, Apr 29, 18:33
Size
465 B
Mime Type
text/x-php
Expires
Thu, May 1, 18:33 (2 d)
Engine
blob
Format
Raw Data
Handle
25883681
Attached To
rPH Phabricator
DifferentialRevisionFerretEngine.php
View Options
<?php
final
class
DifferentialRevisionFerretEngine
extends
PhabricatorFerretEngine
{
public
function
getApplicationName
()
{
return
'differential'
;
}
public
function
getScopeName
()
{
return
'revision'
;
}
public
function
newSearchEngine
()
{
return
new
DifferentialRevisionSearchEngine
();
}
protected
function
getFunctionMap
()
{
$map
=
parent
::
getFunctionMap
();
$map
[
'body'
][
'aliases'
][]
=
'summary'
;
return
$map
;
}
}
Event Timeline
Log In to Comment