Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118539702
UserSearchConduitAPIMethod.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, Jun 20, 19:20
Size
348 B
Mime Type
text/x-php
Expires
Sun, Jun 22, 19:20 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26888427
Attached To
rPH Phabricator
UserSearchConduitAPIMethod.php
View Options
<?php
final
class
UserSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'user.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorPeopleSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about users.'
);
}
}
Event Timeline
Log In to Comment