Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100823392
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
Mon, Feb 3, 01:42
Size
348 B
Mime Type
text/x-php
Expires
Wed, Feb 5, 01:42 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24040128
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