Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111507445
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
Fri, May 2, 19:00
Size
465 B
Mime Type
text/x-php
Expires
Sun, May 4, 19:00 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25933277
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