Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106024882
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
Fri, Mar 21, 15:33
Size
369 B
Mime Type
text/x-php
Expires
Sun, Mar 23, 15:33 (2 d)
Engine
blob
Format
Raw Data
Handle
25066810
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