Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93492869
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, Nov 29, 04:47
Size
465 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 04:47 (2 d)
Engine
blob
Format
Raw Data
Handle
22650314
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