Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105820806
ProjectSearchConduitAPIMethod.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
Thu, Mar 20, 00:49
Size
479 B
Mime Type
text/x-php
Expires
Sat, Mar 22, 00:49 (2 d)
Engine
blob
Format
Raw Data
Handle
25054409
Attached To
rPH Phabricator
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
(),
);
}
}
Event Timeline
Log In to Comment