Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110740528
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
Sun, Apr 27, 21:57
Size
348 B
Mime Type
text/x-php
Expires
Tue, Apr 29, 21:57 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25846880
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