Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106352895
OwnersSearchConduitAPIMethod.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
Tue, Mar 25, 01:58
Size
369 B
Mime Type
text/x-php
Expires
Thu, Mar 27, 01:58 (2 d)
Engine
blob
Format
Raw Data
Handle
25171310
Attached To
rPH Phabricator
OwnersSearchConduitAPIMethod.php
View Options
<?php
final
class
OwnersSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'owners.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorOwnersPackageSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about Owners packages.'
);
}
}
Event Timeline
Log In to Comment