Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98640738
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
Wed, Jan 15, 04:24
Size
394 B
Mime Type
text/x-php
Expires
Fri, Jan 17, 04:24 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
23591159
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