Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96580245
ManiphestTaskFerretEngine.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, Dec 28, 11:51
Size
488 B
Mime Type
text/x-php
Expires
Mon, Dec 30, 11:51 (2 d)
Engine
blob
Format
Raw Data
Handle
23210836
Attached To
rPH Phabricator
ManiphestTaskFerretEngine.php
View Options
<?php
final
class
ManiphestTaskFerretEngine
extends
PhabricatorFerretEngine
{
public
function
getApplicationName
()
{
return
'maniphest'
;
}
public
function
getScopeName
()
{
return
'task'
;
}
public
function
newSearchEngine
()
{
return
new
ManiphestTaskSearchEngine
();
}
protected
function
getFunctionMap
()
{
$map
=
parent
::
getFunctionMap
();
$map
[
'body'
][
'aliases'
][]
=
'desc'
;
$map
[
'body'
][
'aliases'
][]
=
'description'
;
return
$map
;
}
}
Event Timeline
Log In to Comment