Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92734559
PhabricatorPackagesPackageSearchConduitAPIMethod.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
Sat, Nov 23, 06:31
Size
394 B
Mime Type
text/x-php
Expires
Mon, Nov 25, 06:31 (2 d)
Engine
blob
Format
Raw Data
Handle
22499912
Attached To
rPH Phabricator
PhabricatorPackagesPackageSearchConduitAPIMethod.php
View Options
<?php
final
class
PhabricatorPackagesPackageSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'packages.package.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorPackagesPackageSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about packages.'
);
}
}
Event Timeline
Log In to Comment