Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F548633
ProjectSearchConduitAPIMethod.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
479 B
Referenced Files
None
Subscribers
None
ProjectSearchConduitAPIMethod.php
View Options
<?php
final
class
ProjectSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'project.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorProjectSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about projects.'
);
}
protected
function
getCustomQueryMaps
(
$query
)
{
return
array
(
'slugMap'
=>
$query
->
getSlugMap
(),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:52 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
121221
Default Alt Text
ProjectSearchConduitAPIMethod.php (479 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment