Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93121615
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, Nov 26, 09:00
Size
369 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 09:00 (2 d)
Engine
blob
Format
Raw Data
Handle
22579291
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